mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(set-rmail-inbox-list): Doc fix.
This commit is contained in:
parent
39a7c4550b
commit
7e3333ddda
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user