diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2011-03-27 12:55:07 +0200 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2011-03-27 12:55:07 +0200 |
commit | 5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81 (patch) | |
tree | d407bf3ddd5ac79cb2f46b3d67c6bc490464fc54 /lisp/cus-start.el | |
parent | f0a1382af3afa31708d3ce2f4c28bce61565aada (diff) | |
download | emacs-5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81.tar.gz emacs-5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81.tar.bz2 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 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 788731e4dbc..1188d37150a 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -356,6 +356,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (const alt) (const hyper) (const super)) "23.1") (ns-antialias-text ns boolean "23.1") + (ns-auto-hide-menu-bar ns boolean "24.0") ;; process.c (delete-exited-processes processes-basics boolean) ;; syntax.c |