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
35c14f98
Commit
35c14f98
authored
Mar 06, 2005
by
Richard M. Stallman
Browse files
(Menu Separators, Tool Bar): Get rid of "Emacs 21".
(Menu Bar): Fix when menu-bar-update-hook is called.
parent
cc5fdad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
lispref/keymaps.texi
lispref/keymaps.texi
+8
-6
No files found.
lispref/keymaps.texi
View file @
35c14f98
...
...
@@ -1930,8 +1930,8 @@ where @var{separator-type} is a string starting with two or more dashes.
That specifies the default kind of separator. (For compatibility,
@code{""} and @code{-} also count as separators.)
Starting in Emacs 21, c
ertain other values of @var{separator-type}
specify a different
style of separator. Here is a table of them:
C
ertain other values of @var{separator-type}
specify a different
style of separator. Here is a table of them:
@table @code
@item "--no-line"
...
...
@@ -2247,9 +2247,11 @@ at the end of the menu bar, following local menu items.
@end defvar
@defvar menu-bar-update-hook
This normal hook is run whenever the user clicks on the menu bar, before
displaying a submenu. You can use it to update submenus whose contents
should vary.
This normal hook is run by redisplay to update the menu bar contents,
before redisplaying the menu bar. You can use it to update submenus
whose contents should vary. Since this hook is run frequently, we
advise you to ensure that the functions it calls do not take much time
in the usual case.
@end defvar
@node Tool Bar
...
...
@@ -2258,7 +2260,7 @@ should vary.
A @dfn{tool bar} is a row of icons at the top of a frame, that execute
commands when you click on them---in effect, a kind of graphical menu
bar.
Emacs supports tool bars starting with version 21.
bar.
The frame parameter @code{tool-bar-lines} (X resource @samp{toolBar})
controls how many lines' worth of height to reserve for the tool bar. A
...
...
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