]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-read-mail): Doc fix.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 30 Aug 2002 15:21:38 +0000 (15:21 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 30 Aug 2002 15:21:38 +0000 (15:21 +0000)
lisp/ChangeLog
lisp/menu-bar.el

index 70c97fa9d5be70943075727f998294a9630a8eeb..25916288e890bf18ab62154eba5f2c2d4c9aa3c8 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
+
+       * menu-bar.el (menu-bar-read-mail): Doc fix.
+
 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
 
        * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
index 662a3d5763efd8388d76410a48368479e822ba54..14794651fdb55789e888fddaf248f6604062ef74 100644 (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))