From: Glenn Morris Date: Sun, 16 Nov 2008 23:47:04 +0000 (+0000) Subject: (ns-extended-platform-support-mode): Tweak menu entry from previous change. X-Git-Tag: emacs-pretest-23.0.90~1766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff757fd1df2478b70e6a902b64a797d14c320eb1;p=emacs.git (ns-extended-platform-support-mode): Tweak menu entry from previous change. --- 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 + * 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)