diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-10-25 19:20:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-10-25 19:20:22 +0000 |
commit | 8e7af2c6c5c80c3c008dc961ebb0c6b29286b579 (patch) | |
tree | fdd9f9fe4ae07ac35a5804aa20387750a67c7f36 /lisp/menu-bar.el | |
parent | f344e9d2056257deddccc9064fb4d9ca01f2d355 (diff) | |
download | emacs-8e7af2c6c5c80c3c008dc961ebb0c6b29286b579.tar.gz |
(menu-bar-help-menu): Say which kind of therapist.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index af5e380153e..f32088d1b88 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1342,7 +1342,7 @@ key, a click, or a menu-item")) :help "Display manual section that describes a key")) (define-key menu-bar-help-menu [eliza] - '(menu-item "Emacs Therapist" doctor + '(menu-item "Emacs Psychotherapist" doctor :help "Our doctor will help you feel better")) (define-key menu-bar-help-menu [sep4] '("--")) |