aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-06 20:33:37 +0000
committerRichard M. Stallman1994-09-06 20:33:37 +0000
commit7e3333ddda63cd73854876a274481c9d5f4d7a0b (patch)
treea5569a17631d868530a0a78c5cd9dcfa5a9f89b0
parent39a7c4550bcbc1653776ee0a0d7f75c0d9fcf1d2 (diff)
downloademacs-7e3333ddda63cd73854876a274481c9d5f4d7a0b.tar.gz
emacs-7e3333ddda63cd73854876a274481c9d5f4d7a0b.zip
(set-rmail-inbox-list): Doc fix.
-rw-r--r--lisp/mail/rmailmsc.el4
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 @@
25 25
26(defun set-rmail-inbox-list (file-name) 26(defun set-rmail-inbox-list (file-name)
27 "Set the inbox list of the current RMAIL file to FILE-NAME. 27 "Set the inbox list of the current RMAIL file to FILE-NAME.
28This may be a list of file names separated by commas. 28You can specify one file name, or several names separated by commas.
29If FILE-NAME is empty, remove any inbox list." 29If FILE-NAME is empty, remove any existing inbox list."
30 (interactive "sSet mailbox list to (comma-separated list of filenames): ") 30 (interactive "sSet mailbox list to (comma-separated list of filenames): ")
31 (save-excursion 31 (save-excursion
32 (let ((names (rmail-parse-file-inboxes)) 32 (let ((names (rmail-parse-file-inboxes))