; * doc/lispref/keymaps.texi (Extended Menu Items): Fix last change.
This commit is contained in:
parent
6057d79a4e
commit
fd27685c1e
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue