comparison lisp/mail/rmailmsc.el @ 8715:b4cfdc266626

(set-rmail-inbox-list): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Sep 1994 20:33:37 +0000
parents 621c28be27a0
children 83f275dcd93a
comparison
equal deleted inserted replaced
8714:a52d8873fbdf 8715:b4cfdc266626
23 23
24 ;;; Code: 24 ;;; Code:
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.
28 This may be a list of file names separated by commas. 28 You can specify one file name, or several names separated by commas.
29 If FILE-NAME is empty, remove any inbox list." 29 If 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))
33 (standard-output nil)) 33 (standard-output nil))
34 (if (or (not names) 34 (if (or (not names)