Add two cindex entries to Lisp manual (Bug#7805).
* keymaps.texi (Defining Menus): Add "menu item" and "extended menu item" concept index entries.
This commit is contained in:
parent
19f81ecfde
commit
7427eb9754
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-01-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* keymaps.texi (Defining Menus): Add "menu item" and "extended
|
||||
menu item" concept index entries (Bug#7805).
|
||||
|
||||
2011-01-23 Chong Yidong <cyd@stupidchicken.com>
|
||||
Richard Kim <emacs18@gmail.com>
|
||||
|
||||
|
|
|
@ -1974,6 +1974,7 @@ feature.
|
|||
@cindex defining menus
|
||||
@cindex menu prompt string
|
||||
@cindex prompt string (of menu)
|
||||
@cindex menu item
|
||||
|
||||
A keymap acts as a menu if it has an @dfn{overall prompt string},
|
||||
which is a string that appears as an element of the keymap.
|
||||
|
@ -2090,6 +2091,7 @@ the item strings themselves, since that is redundant.
|
|||
@node Extended Menu Items
|
||||
@subsubsection Extended Menu Items
|
||||
@kindex menu-item
|
||||
@cindex extended menu item
|
||||
|
||||
An extended-format menu item is a more flexible and also cleaner
|
||||
alternative to the simple format. You define an event type with a
|
||||
|
|
Loading…
Add table
Reference in a new issue