emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail rmailmsc.el


From: Richard M. Stallman
Subject: [Emacs-diffs] emacs/lisp/mail rmailmsc.el
Date: Tue, 17 Feb 2009 18:11:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       09/02/17 18:11:03

Modified files:
        lisp/mail      : rmailmsc.el 

Log message:
        (set-rmail-inbox-list): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmailmsc.el?cvsroot=emacs&r1=1.31&r2=1.32

Patches:
Index: rmailmsc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/rmailmsc.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- rmailmsc.el 13 Feb 2009 07:44:18 -0000      1.31
+++ rmailmsc.el 17 Feb 2009 18:11:03 -0000      1.32
@@ -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"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]