diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-04-11 09:40:37 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-04-11 09:40:37 +0300 |
commit | fd27685c1e68e742abf1698573dac53743f15e48 (patch) | |
tree | 2b30bced8d79fa4c1cb4aff47303cfa7c4302098 | |
parent | 6057d79a4eb4b95037068a1e9335a2418b2da5ec (diff) | |
download | emacs-fd27685c1e68e742abf1698573dac53743f15e48.tar.gz emacs-fd27685c1e68e742abf1698573dac53743f15e48.tar.bz2 emacs-fd27685c1e68e742abf1698573dac53743f15e48.zip |
; * doc/lispref/keymaps.texi (Extended Menu Items): Fix last change.
-rw-r--r-- | doc/lispref/keymaps.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index f3c984848e7..c6a02d721f0 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -2227,9 +2227,11 @@ This property specifies which key sequence is likely to be bound to the same command invoked by this menu item. If you specify a correct key sequence, that sequence will be preferred over others. -If you specify in incorrect key sequence, it has no effect; before Emacs +If you specify an incorrect key sequence, it has no effect; before Emacs displays @var{key-sequence} in the menu, it verifies that -@var{key-sequence} is really equivalent to this menu item. +@var{key-sequence} is really equivalent to this menu item. Specifying +@code{nil} for @var{key-sequence} is equivalent to the +@code{:key-sequence} attribute being absent. @item :keys @var{string} This property specifies that @var{string} is the string to display |