diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-06 20:33:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-06 20:33:37 +0000 |
commit | 0cdbb50a7bab94443025e35eb99c0831273cc480 (patch) | |
tree | 13ec7434aa7942cf2fa7853445ce27a43f3a2d5a /lisp/mail/rmailmsc.el | |
parent | 6aa18c026f72263b7d9bbb398f8d7276b74cdf83 (diff) | |
download | emacs-0cdbb50a7bab94443025e35eb99c0831273cc480.tar.gz |
(set-rmail-inbox-list): Doc fix.
Diffstat (limited to 'lisp/mail/rmailmsc.el')
-rw-r--r-- | lisp/mail/rmailmsc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index d00510e4254..9d382268966 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -25,8 +25,8 @@ (defun set-rmail-inbox-list (file-name) "Set the inbox list of the current RMAIL file to FILE-NAME. -This may be a list of file names separated by commas. -If FILE-NAME is empty, remove any inbox list." +You can specify one file name, or several names separated by commas. +If FILE-NAME is empty, remove any existing inbox list." (interactive "sSet mailbox list to (comma-separated list of filenames): ") (save-excursion (let ((names (rmail-parse-file-inboxes)) |