Mercurial > emacs
changeset 47152:58ccd45ac06b
(menu-bar-read-mail): Doc fix.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Fri, 30 Aug 2002 15:21:22 +0000 |
parents | eab3292ff2df |
children | 82ef100dd7b3 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Fri Aug 30 13:44:55 2002 +0000 +++ b/lisp/menu-bar.el Fri Aug 30 15:21:22 2002 +0000 @@ -1030,7 +1030,7 @@ :help "Read your mail and reply to it")) (defun menu-bar-read-mail () - "Read manu using `read-mail-command'." + "Read mail using `read-mail-command'." (interactive) (call-interactively read-mail-command))