emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102063: * src/frame.c (syms_of_frame


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102063: * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.
Date: Sat, 23 Oct 2010 14:21:49 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102063
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-23 14:21:49 -0700
message:
  * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.
modified:
  src/ChangeLog
  src/frame.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-23 21:19:02 +0000
+++ b/src/ChangeLog     2010-10-23 21:21:49 +0000
@@ -1,6 +1,7 @@
 2010-10-23  Glenn Morris  <address@hidden>
 
        * 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.
 

=== modified file 'src/frame.c'
--- a/src/frame.c       2010-10-18 21:07:31 +0000
+++ b/src/frame.c       2010-10-23 21:21:49 +0000
@@ -1,6 +1,8 @@
 /* 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 @@
   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 @@
 
 }
 
-/* arch-tag: 7dbf2c69-9aad-45f8-8296-db893d6dd039
-   (do not change this comment) */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]