summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/term/ns-win.el2
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)