changeset 102074:7d06f7ae4b3e

(set-rmail-inbox-list): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Feb 2009 18:11:03 +0000
parents a03d06977060
children 2202ae9a5dcd
files lisp/mail/rmailmsc.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailmsc.el	Tue Feb 17 18:10:32 2009 +0000
+++ b/lisp/mail/rmailmsc.el	Tue Feb 17 18:11:03 2009 +0000
@@ -31,7 +31,9 @@
 (defun set-rmail-inbox-list (file-name)
   "Set the inbox list of the current RMAIL file to FILE-NAME.
 You can specify one file name, or several names separated by commas.
-If FILE-NAME is empty, remove any existing inbox list."
+If FILE-NAME is empty, remove any existing inbox list.
+
+This applies only to the current session."
   (interactive "sSet mailbox list to (comma-separated list of filenames): ")
   (unless (eq major-mode 'rmail-mode)
     (error "set-rmail-inbox-list works only for an Rmail file"))