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
e1fd756b
Commit
e1fd756b
authored
Oct 23, 2010
by
Glenn Morris
Browse files
* src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.
parent
a102db1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
src/ChangeLog
src/ChangeLog
+1
-0
src/frame.c
src/frame.c
+9
-5
No files found.
src/ChangeLog
View file @
e1fd756b
2010-10-23 Glenn Morris <rgm@gnu.org>
* buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
* frame.c (syms_of_frame) <menu-bar-mode>:
* xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
<hourglass-delay>: Sync docs with Lisp.
...
...
src/frame.c
View file @
e1fd756b
/* Generic frame functions.
Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -4552,7 +4554,11 @@ recursively). */);
staticpro
(
&
Qdelete_frame_functions
);
DEFVAR_LISP
(
"menu-bar-mode"
,
&
Vmenu_bar_mode
,
doc:
/* Non-nil if Menu-Bar mode is enabled. */
);
doc:
/* Non-nil if Menu-Bar mode is enabled.
See the command `menu-bar-mode' for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `menu-bar-mode'. */
);
Vmenu_bar_mode
=
Qt
;
DEFVAR_LISP
(
"tool-bar-mode"
,
&
Vtool_bar_mode
,
...
...
@@ -4646,5 +4652,3 @@ automatically. See also `mouse-autoselect-window'. */);
}
/* arch-tag: 7dbf2c69-9aad-45f8-8296-db893d6dd039
(do not change this comment) */
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