aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2009-02-17 18:11:26 +0000
committerRichard M. Stallman2009-02-17 18:11:26 +0000
commit57d2296ade3299c9f018e058aaf26c06e9b121b7 (patch)
tree597ab179a615dbc556a3f2b4992e639a97ee2274
parent5a34da04651d633519fdc7d151db81cbd27829da (diff)
downloademacs-57d2296ade3299c9f018e058aaf26c06e9b121b7.tar.gz
emacs-57d2296ade3299c9f018e058aaf26c06e9b121b7.zip
(set-rmail-inbox-list): Doc fix.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/mail/rmailmsc.el4
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8ee59c0b040..66fe7df65eb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12009-02-17 Richard M Stallman <rms@gnu.org>
2
3 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
4
5 * mail/rmail.el (rmail-copy-headers): When copying full headers,
6 correctly put point at the end.
7
12009-02-17 Sam Steingold <sds@gnu.org> 82009-02-17 Sam Steingold <sds@gnu.org>
2 9
3 * progmodes/compile.el (compilation-filter): Call 10 * progmodes/compile.el (compilation-filter): Call
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el
index 5ea18486171..0345e720f5f 100644
--- a/lisp/mail/rmailmsc.el
+++ b/lisp/mail/rmailmsc.el
@@ -31,7 +31,9 @@
31(defun set-rmail-inbox-list (file-name) 31(defun set-rmail-inbox-list (file-name)
32 "Set the inbox list of the current RMAIL file to FILE-NAME. 32 "Set the inbox list of the current RMAIL file to FILE-NAME.
33You can specify one file name, or several names separated by commas. 33You can specify one file name, or several names separated by commas.
34If FILE-NAME is empty, remove any existing inbox list." 34If FILE-NAME is empty, remove any existing inbox list.
35
36This applies only to the current session."
35 (interactive "sSet mailbox list to (comma-separated list of filenames): ") 37 (interactive "sSet mailbox list to (comma-separated list of filenames): ")
36 (unless (eq major-mode 'rmail-mode) 38 (unless (eq major-mode 'rmail-mode)
37 (error "set-rmail-inbox-list works only for an Rmail file")) 39 (error "set-rmail-inbox-list works only for an Rmail file"))