diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index be45d2be1e2..5324f7f0213 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1047,7 +1047,9 @@ DEF is anything that can be a key's definition: | |||
| 1047 | function definition, which should at that time be one of the above, | 1047 | function definition, which should at that time be one of the above, |
| 1048 | or another symbol whose function definition is used, etc.), | 1048 | or another symbol whose function definition is used, etc.), |
| 1049 | a cons (STRING . DEFN), meaning that DEFN is the definition | 1049 | a cons (STRING . DEFN), meaning that DEFN is the definition |
| 1050 | (DEFN should be a valid definition in its own right), | 1050 | (DEFN should be a valid definition in its own right) and |
| 1051 | STRING is the menu item name (which is used only if the containing | ||
| 1052 | keymap has been created with a menu name, see `make-keymap'), | ||
| 1051 | or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP, | 1053 | or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP, |
| 1052 | or an extended menu item definition. | 1054 | or an extended menu item definition. |
| 1053 | (See info node `(elisp)Extended Menu Items'.) | 1055 | (See info node `(elisp)Extended Menu Items'.) |