aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-08-30 15:21:38 +0000
committerMarkus Rost2002-08-30 15:21:38 +0000
commit724f328c91ac8d8cdc35574c0497cbef18620fe1 (patch)
treeb287b6cc6eeef22d0da6bbe63f95e7316e2a1a8f
parentba197fe66a610e786ef5748d3a917ee7cb4acdb5 (diff)
downloademacs-724f328c91ac8d8cdc35574c0497cbef18620fe1.tar.gz
emacs-724f328c91ac8d8cdc35574c0497cbef18620fe1.zip
(menu-bar-read-mail): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/menu-bar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70c97fa9d5b..25916288e89 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-08-30 Markus Rost <rost@math.ohio-state.edu>
2
3 * menu-bar.el (menu-bar-read-mail): Doc fix.
4
12002-08-30 John Paul Wallington <jpw@shootybangbang.com> 52002-08-30 John Paul Wallington <jpw@shootybangbang.com>
2 6
3 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'. 7 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 662a3d5763e..14794651fdb 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1030,7 +1030,7 @@ paste (in addition to the normal Emacs bindings)."
1030 :help "Read your mail and reply to it")) 1030 :help "Read your mail and reply to it"))
1031 1031
1032(defun menu-bar-read-mail () 1032(defun menu-bar-read-mail ()
1033 "Read manu using `read-mail-command'." 1033 "Read mail using `read-mail-command'."
1034 (interactive) 1034 (interactive)
1035 (call-interactively read-mail-command)) 1035 (call-interactively read-mail-command))
1036 1036