diff options
| author | Jan Djärv | 2011-03-27 12:55:07 +0200 |
|---|---|---|
| committer | Jan Djärv | 2011-03-27 12:55:07 +0200 |
| commit | 5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81 (patch) | |
| tree | d407bf3ddd5ac79cb2f46b3d67c6bc490464fc54 /etc | |
| parent | f0a1382af3afa31708d3ce2f4c28bce61565aada (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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. |
| 166 | This requires Emacs to be linked with libselinux at build time. | 169 | This requires Emacs to be linked with libselinux at build time. |
| 167 | 170 | ||