diff options
| author | Chong Yidong | 2011-01-28 12:37:07 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-28 12:37:07 -0500 |
| commit | 7427eb9754e8d22568b99621b5e8117dc2bde802 (patch) | |
| tree | 8f83253b6ddb19653b0be4d030bc2862dd1d98f7 | |
| parent | 19f81ecfdea5447a02ebb58d6fe28c4b1367ddae (diff) | |
| download | emacs-7427eb9754e8d22568b99621b5e8117dc2bde802.tar.gz emacs-7427eb9754e8d22568b99621b5e8117dc2bde802.zip | |
Add two cindex entries to Lisp manual (Bug#7805).
* keymaps.texi (Defining Menus): Add "menu item" and "extended
menu item" concept index entries.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/keymaps.texi | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7e6e7b41813..e4cc70f79bd 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-01-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * keymaps.texi (Defining Menus): Add "menu item" and "extended | ||
| 4 | menu item" concept index entries (Bug#7805). | ||
| 5 | |||
| 1 | 2011-01-23 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-01-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | Richard Kim <emacs18@gmail.com> | 7 | Richard Kim <emacs18@gmail.com> |
| 3 | 8 | ||
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index b267320840a..1763f3936c9 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -1974,6 +1974,7 @@ feature. | |||
| 1974 | @cindex defining menus | 1974 | @cindex defining menus |
| 1975 | @cindex menu prompt string | 1975 | @cindex menu prompt string |
| 1976 | @cindex prompt string (of menu) | 1976 | @cindex prompt string (of menu) |
| 1977 | @cindex menu item | ||
| 1977 | 1978 | ||
| 1978 | A keymap acts as a menu if it has an @dfn{overall prompt string}, | 1979 | A keymap acts as a menu if it has an @dfn{overall prompt string}, |
| 1979 | which is a string that appears as an element of the keymap. | 1980 | which is a string that appears as an element of the keymap. |
| @@ -2090,6 +2091,7 @@ the item strings themselves, since that is redundant. | |||
| 2090 | @node Extended Menu Items | 2091 | @node Extended Menu Items |
| 2091 | @subsubsection Extended Menu Items | 2092 | @subsubsection Extended Menu Items |
| 2092 | @kindex menu-item | 2093 | @kindex menu-item |
| 2094 | @cindex extended menu item | ||
| 2093 | 2095 | ||
| 2094 | An extended-format menu item is a more flexible and also cleaner | 2096 | An extended-format menu item is a more flexible and also cleaner |
| 2095 | alternative to the simple format. You define an event type with a | 2097 | alternative to the simple format. You define an event type with a |