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:
parent
30b7c7454a
commit
9fb6ed0824
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user