aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJan Djärv2011-03-27 12:55:07 +0200
committerJan Djärv2011-03-27 12:55:07 +0200
commit5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81 (patch)
treed407bf3ddd5ac79cb2f46b3d67c6bc490464fc54 /etc
parentf0a1382af3afa31708d3ce2f4c28bce61565aada (diff)
downloademacs-5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81.tar.gz
emacs-5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81.zip
Format doc and add customize for ns-auto-hide-menu-bar.
* lisp/cus-start.el (all): Add boolean ns-auto-hide-menu-bar. * src/nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 263ab2eff3b..c48af3a3b40 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -162,6 +162,9 @@ cannot be encoded by the `terminal-coding-system'.
162 162
163** On graphical displays, the mode-line no longer ends in dashes. 163** On graphical displays, the mode-line no longer ends in dashes.
164 164
165** On Nextstep/OSX, the menu bar can be hidden by customizing
166 ns-auto-hide-menu-bar.
167
165** Basic SELinux support has been added. 168** Basic SELinux support has been added.
166This requires Emacs to be linked with libselinux at build time. 169This requires Emacs to be linked with libselinux at build time.
167 170