Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a7ebd443
Commit
a7ebd443
authored
May 09, 1997
by
Richard M. Stallman
Browse files
(Fx_popup_menu): Do fix.
parent
b0144c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xmenu.c
src/xmenu.c
+4
-0
No files found.
src/xmenu.c
View file @
a7ebd443
...
...
@@ -763,10 +763,14 @@ The menu items come from key bindings that have a menu string as well as\n\
a definition; actually, the
\"
definition
\"
in such a key binding looks like
\n
\
\(STRING . REAL-DEFINITION). To give the menu a title, put a string into
\n
\
the keymap as a top-level element.
\n\n
\
If REAL-DEFINITION is nil, that puts a nonselectable string in the menu.
\n
\
Otherwise, REAL-DEFINITION should be a valid key binding definition.
\n
\
\n
\
You can also use a list of keymaps as MENU.
\n
\
Then each keymap makes a separate pane.
\n
\
When MENU is a keymap or a list of keymaps, the return value
\n
\
is a list of events.
\n\n
\
\n
\
Alternatively, you can specify a menu of multiple panes
\n
\
with a list of the form (TITLE PANE1 PANE2...),
\n
\
where each pane is a list of form (TITLE ITEM1 ITEM2...).
\n
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment