aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-10-14 00:11:42 +0000
committerRoland McGrath1993-10-14 00:11:42 +0000
commit9fb6ed082481f8a07d5640071d3c77c5cc88f7e8 (patch)
treeda5c4cbdfd974b4d10c5a595538cd715548cc3d3
parent30b7c7454a854b88a08650ffbed0b7d7570371ab (diff)
downloademacs-9fb6ed082481f8a07d5640071d3c77c5cc88f7e8.tar.gz
emacs-9fb6ed082481f8a07d5640071d3c77c5cc88f7e8.zip
(rmail-output-file-alist): Doc fix.
-rw-r--r--lisp/mail/rmailout.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index 94af7ecca29..3e43ddb78cd 100644
--- a/lisp/mail/rmailout.el
+++ b/lisp/mail/rmailout.el
@@ -30,6 +30,7 @@
30(defvar rmail-output-file-alist nil 30(defvar rmail-output-file-alist nil
31 "*Alist matching regexps to suggested output Rmail files. 31 "*Alist matching regexps to suggested output Rmail files.
32This is a list of elements of the form (REGEXP . NAME-EXP). 32This is a list of elements of the form (REGEXP . NAME-EXP).
33The suggestion is taken if REGEXP matches anywhere in the message buffer.
33NAME-EXP may be a string constant giving the file name to use, 34NAME-EXP may be a string constant giving the file name to use,
34or more generally it may be any kind of expression that returns 35or more generally it may be any kind of expression that returns
35a file name as a string.") 36a file name as a string.")