]> code.delx.au - gnu-emacs/commitdiff
(set-rmail-inbox-list): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2009 18:11:26 +0000 (18:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2009 18:11:26 +0000 (18:11 +0000)
lisp/ChangeLog
lisp/mail/rmailmsc.el

index 8ee59c0b040daf8c48a0514c484a2ffbd3b760a9..66fe7df65ebab21129d86c2bd88de5306e27a416 100644 (file)
@@ -1,3 +1,10 @@
+2009-02-17  Richard M Stallman  <rms@gnu.org>
+
+       * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
+
+       * mail/rmail.el (rmail-copy-headers): When copying full headers,
+       correctly put point at the end.
+
 2009-02-17  Sam Steingold  <sds@gnu.org>
 
        * progmodes/compile.el (compilation-filter): Call
index 5ea184861713f213d90458f867fedc29431c57b6..0345e720f5f8f11b4e0a5aaee6eab5137c0c203d 100644 (file)
@@ -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"))