# HG changeset patch # User Richard M. Stallman # Date 1234894263 0 # Node ID 7d06f7ae4b3e7549ca2cae72d4b7a76ba8596a0a # Parent a03d069770606911b9723efc6e9272a915429e09 (set-rmail-inbox-list): Doc fix. diff -r a03d06977060 -r 7d06f7ae4b3e lisp/mail/rmailmsc.el --- 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"))