]> code.delx.au - gnu-emacs/commitdiff
Document ns-auto-hide-menu-bar
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 21:48:04 +0000 (13:48 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 21:48:04 +0000 (13:48 -0800)
* doc/emacs/macos.texi (Customization options specific to Mac OS / GNUstep):
New subsection.

* etc/NEWS: Related markup.

doc/emacs/ChangeLog
doc/emacs/macos.texi
etc/NEWS

index 3e0d0c72f22a711ae1fc3733e671d15d610de544..54cd9fe9b9250bc78d10fb2acbfabb9d0be94c3c 100644 (file)
@@ -1,5 +1,8 @@
 2012-02-04  Glenn Morris  <rgm@gnu.org>
 
+       * macos.texi (Customization options specific to Mac OS / GNUstep):
+       New subsection.
+
        * display.texi (Colors): Mention list-colors-sort.
 
        * files.texi (File Conveniences): Mention image animation.
index a36dc0cbcc596141f47e72117de962375cde4634..e6d936e8e9f386051b8884e1edef14b72fd71daa 100644 (file)
@@ -130,6 +130,18 @@ open the dragged files in the current frame use the following line:
 @end lisp
 
 
+@subsection Customization options specific to Mac OS / GNUstep
+
+The following customization options are specific to the Nextstep port.
+
+@table @code
+@item ns-auto-hide-menu-bar
+Non-nil means the menu-bar is hidden by default, but appears if you
+move the mouse pointer over it.  (Requires OS X 10.6 or later.)
+
+@end table
+
+
 @node Mac / GNUstep Events, GNUstep Support, Mac / GNUstep Customization, Mac OS / GNUstep
 @section Windowing System Events under Mac OS / GNUstep
 
index d63171bd71f159dfaa5a17e24a194fa00e8c122c..1c9072d38af3d35de2cadb63ecf97e49fc214a9d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1458,10 +1458,13 @@ and also when HOME is set to C:\ by default.
 +++
 ** New make target `dist' to create binary distribution for MS Windows.
 
-** Function `w32-default-color-map' is now obsolete.
+---
+** The Lisp function `w32-default-color-map' is now obsolete.
+(It is only used internally in the Emacs C code.)
 
-** On Nextstep/OSX, the menu bar can be hidden by customizing
-ns-auto-hide-menu-bar.
++++
+** Customize ns-auto-hide-menu-bar to have the menu-bar hidden, but
+reappear on mouse-over.  (Requires OS X 10.6 or later.)
 
 \f
 ----------------------------------------------------------------------