diff options
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
