diff options
Diffstat (limited to 'src/menu.c')
| -rw-r--r-- | src/menu.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/menu.c b/src/menu.c index cbddef35754..9504cee5923 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -7,8 +7,8 @@ This file is part of GNU Emacs. | |||
| 7 | 7 | ||
| 8 | GNU Emacs is free software: you can redistribute it and/or modify | 8 | GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation, either version 3 of the License, or | 10 | the Free Software Foundation, either version 3 of the License, or (at |
| 11 | (at your option) any later version. | 11 | your option) any later version. |
| 12 | 12 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 13 | GNU Emacs is distributed in the hope that it will be useful, |
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -1130,7 +1130,7 @@ If POSITION is t, it means to use the current mouse position. | |||
| 1130 | MENU is a specifier for a menu. For the simplest case, MENU is a keymap. | 1130 | MENU is a specifier for a menu. For the simplest case, MENU is a keymap. |
| 1131 | The menu items come from key bindings that have a menu string as well as | 1131 | The menu items come from key bindings that have a menu string as well as |
| 1132 | a definition; actually, the "definition" in such a key binding looks like | 1132 | a definition; actually, the "definition" in such a key binding looks like |
| 1133 | (STRING . REAL-DEFINITION). To give the menu a title, put a string into | 1133 | \(STRING . REAL-DEFINITION). To give the menu a title, put a string into |
| 1134 | the keymap as a top-level element. | 1134 | the keymap as a top-level element. |
| 1135 | 1135 | ||
| 1136 | If REAL-DEFINITION is nil, that puts a nonselectable string in the menu. | 1136 | If REAL-DEFINITION is nil, that puts a nonselectable string in the menu. |
| @@ -1495,7 +1495,7 @@ The return value is VALUE from the chosen item. | |||
| 1495 | An ITEM may also be just a string--that makes a nonselectable item. | 1495 | An ITEM may also be just a string--that makes a nonselectable item. |
| 1496 | An ITEM may also be nil--that means to put all preceding items | 1496 | An ITEM may also be nil--that means to put all preceding items |
| 1497 | on the left of the dialog box and all following items on the right. | 1497 | on the left of the dialog box and all following items on the right. |
| 1498 | (By default, approximately half appear on each side.) | 1498 | \(By default, approximately half appear on each side.) |
| 1499 | 1499 | ||
| 1500 | If HEADER is non-nil, the frame title for the box is "Information", | 1500 | If HEADER is non-nil, the frame title for the box is "Information", |
| 1501 | otherwise it is "Question". | 1501 | otherwise it is "Question". |