diff options
author | Glenn Morris <rgm@gnu.org> | 2008-11-16 23:47:04 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-11-16 23:47:04 +0000 |
commit | ff757fd1df2478b70e6a902b64a797d14c320eb1 (patch) | |
tree | 841b1d36df317cf285bbcfcfadfba9b9f7d852e7 /lisp/term/ns-win.el | |
parent | 60d61f434ce662f947169a37f237406cd113fa82 (diff) | |
download | emacs-ff757fd1df2478b70e6a902b64a797d14c320eb1.tar.gz emacs-ff757fd1df2478b70e6a902b64a797d14c320eb1.tar.bz2 emacs-ff757fd1df2478b70e6a902b64a797d14c320eb1.zip |
(ns-extended-platform-support-mode): Tweak menu entry from previous change.
Diffstat (limited to 'lisp/term/ns-win.el')
-rw-r--r-- | lisp/term/ns-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 3e40785d230..dbf80b27537 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -362,7 +362,7 @@ this defaults to \"printenv\"." (easy-menu-add-item global-map '(menu-bar) (cons "File" menu-bar-ns-file-menu) 'edit) (define-key menu-bar-help-menu [ns-manual] - '(menu-item "Emacs.app Manual Chapter" ns-show-manual))) + '(menu-item "Read the Emacs.app Manual Chapter" ns-show-manual))) (progn ;; Undo everything above. (fmakunbound 'ns-show-manual) |