From a5721347075f3855d17a2dc96ff9b099025c1223 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 21 Nov 2018 05:45:19 +0100 Subject: menuconfig: Mention that menus can be 'menuconfig' symbols They're either proper menus, choices, or 'menuconfig' symbols. --- menuconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menuconfig.py b/menuconfig.py index 80bfec2..88c3429 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1000,7 +1000,8 @@ def _prefer_toggle(item): (isinstance(item, Choice) and len(item.assignable) > 1) def _enter_menu(menu): - # Makes 'menu' the currently displayed menu. "Menu" here includes choices. + # Makes 'menu' the currently displayed menu. "Menu" here includes choices + # and symbols defined with the 'menuconfig' keyword. global _cur_menu global _shown -- cgit v1.2.3