comparison lisp/menu-bar.el @ 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 9ce7894d4af8
children 8d11b5360234
comparison
equal deleted inserted replaced
47151:eab3292ff2df 47152:58ccd45ac06b
1028 'menu-bar-read-mail 1028 'menu-bar-read-mail
1029 :visible `(and read-mail-command (not (eq read-mail-command 'ignore))) 1029 :visible `(and read-mail-command (not (eq read-mail-command 'ignore)))
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
1037 (define-key menu-bar-tools-menu [gnus] 1037 (define-key menu-bar-tools-menu [gnus]
1038 '(menu-item "Read Net News (Gnus)" gnus 1038 '(menu-item "Read Net News (Gnus)" gnus