diff options
-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)) |