From: Richard M. Stallman Date: Tue, 25 Oct 2005 19:20:22 +0000 (+0000) Subject: (menu-bar-help-menu): Say which kind of therapist. X-Git-Tag: emacs-pretest-22.0.90~6289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e7af2c6c5c80c3c008dc961ebb0c6b29286b579;p=emacs.git (menu-bar-help-menu): Say which kind of therapist. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6805fd951c4..a904cee7943 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-25 Richard M. Stallman + + * menu-bar.el (menu-bar-help-menu): Say which kind of therapist. + 2005-10-25 Juri Linkov * textmodes/texinfo.el (texinfo-mode): Change charset of one 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] '("--"))