diff options
Diffstat (limited to 'lisp/mail/mspools.el')
-rw-r--r-- | lisp/mail/mspools.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index 6d834140582..a36ccd98dcb 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el @@ -29,7 +29,7 @@ ;; to be read in them. It assumes that new mail for the file `folder' ;; is written by the filter to a file called `folder.spool'. (If the ;; file writes directly to `folder' you may lose mail if new mail -;; arrives whilst you are reading the folder in emacs, hence the use +;; arrives whilst you are reading the folder in Emacs, hence the use ;; of a spool file.) For example, the following procmail recipe puts ;; any mail with `emacs' in the subject line into the spool file ;; `emacs.spool', ready to go into the folder `emacs'. @@ -342,7 +342,7 @@ This is useful if `mspools-update' is nil." (kill-buffer mspools-buffer)) (define-derived-mode mspools-mode special-mode "MSpools" - "Major mode for output from mspools-show. + "Major mode for output from `mspools-show'. \\<mspools-mode-map>Move point to one of the items in this buffer, then use \\[mspools-visit-spool] to go to the spool that the current line refers to. \\[revert-buffer] to regenerate the list of spools. |