From 8e7af2c6c5c80c3c008dc961ebb0c6b29286b579 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Oct 2005 19:20:22 +0000 Subject: [PATCH] (menu-bar-help-menu): Say which kind of therapist. --- lisp/ChangeLog | 4 ++++ lisp/menu-bar.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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] '("--")) -- 2.39.5