1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(rmail-output-file-alist): Doc fix.

This commit is contained in:
Roland McGrath 1993-10-14 00:11:42 +00:00
parent 30b7c7454a
commit 9fb6ed0824

View File

@ -30,6 +30,7 @@
(defvar rmail-output-file-alist nil
"*Alist matching regexps to suggested output Rmail files.
This is a list of elements of the form (REGEXP . NAME-EXP).
The suggestion is taken if REGEXP matches anywhere in the message buffer.
NAME-EXP may be a string constant giving the file name to use,
or more generally it may be any kind of expression that returns
a file name as a string.")