# HG changeset patch # User Markus Rost # Date 1030720882 0 # Node ID 58ccd45ac06bd8b551308e7d240caa56e62d3e7f # Parent eab3292ff2df543b0a8270e589a9f1f2ebc00cfb (menu-bar-read-mail): Doc fix. diff -r eab3292ff2df -r 58ccd45ac06b lisp/menu-bar.el --- 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))