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 | |
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.
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/term/ns-win.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e01bbc8d548..197cd596372 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-11-16 Glenn Morris <rgm@gnu.org> + * term/ns-win.el (ns-extended-platform-support-mode): + Tweak menu entry from previous change. + * wid-edit.el (advertised-widget-backward): Remove autoload cookie. * cus-edit.el (custom-buffer-create-internal): Always insert the 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) |