summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-14 17:55:04 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-14 17:55:53 +0200
commit41c026a706b1a3b8027f63938c4ad99af0ca9155 (patch)
treecc0b137723f5b50f8045600f3bfd01ab581d5708 /menuconfig.py
parentdb4242d3df5af87dbd5adbd2f90c245c5132bbc3 (diff)
menuconfig: Mention that jump-to has been generalized in docstring
Can jump to choices, menus, and comments now as well.
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/menuconfig.py b/menuconfig.py
index 7b71637..52d0cbc 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -22,8 +22,8 @@ inspired by Vi:
The mconf feature where pressing a key jumps to a menu entry with that
character in it in the current menu isn't supported. A jump-to feature for
-jumping directly to any symbol (including invisible symbols) is available
-instead.
+jumping directly to any symbol (including invisible symbols), choice, menu or
+comment (as in a Kconfig 'comment "Foo"') is available instead.
Space and Enter are "smart" and try to do what you'd expect for the given
menu entry.