1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(menu-bar-read-mail): Doc fix.

This commit is contained in:
Markus Rost 2002-08-30 15:21:38 +00:00
parent ba197fe66a
commit 724f328c91
2 changed files with 5 additions and 1 deletions

View file

@ -1030,7 +1030,7 @@ paste (in addition to the normal Emacs bindings)."
: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))