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