aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c8
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
8GNU Emacs is free software: you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 3 of the License, or 10the Free Software Foundation, either version 3 of the License, or (at
11(at your option) any later version. 11your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but 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.
1130MENU is a specifier for a menu. For the simplest case, MENU is a keymap. 1130MENU is a specifier for a menu. For the simplest case, MENU is a keymap.
1131The menu items come from key bindings that have a menu string as well as 1131The menu items come from key bindings that have a menu string as well as
1132a definition; actually, the "definition" in such a key binding looks like 1132a 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
1134the keymap as a top-level element. 1134the keymap as a top-level element.
1135 1135
1136If REAL-DEFINITION is nil, that puts a nonselectable string in the menu. 1136If 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.
1495An ITEM may also be just a string--that makes a nonselectable item. 1495An ITEM may also be just a string--that makes a nonselectable item.
1496An ITEM may also be nil--that means to put all preceding items 1496An ITEM may also be nil--that means to put all preceding items
1497on the left of the dialog box and all following items on the right. 1497on 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
1500If HEADER is non-nil, the frame title for the box is "Information", 1500If HEADER is non-nil, the frame title for the box is "Information",
1501otherwise it is "Question". 1501otherwise it is "Question".