From 7e3333ddda63cd73854876a274481c9d5f4d7a0b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 6 Sep 1994 20:33:37 +0000 Subject: [PATCH] (set-rmail-inbox-list): Doc fix. --- lisp/mail/rmailmsc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index d00510e425..9d38226896 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)) -- 2.39.2