diff options
| -rw-r--r-- | lisp/mail/rmailout.el | 1 |
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. |
| 32 | This is a list of elements of the form (REGEXP . NAME-EXP). | 32 | This is a list of elements of the form (REGEXP . NAME-EXP). |
| 33 | The suggestion is taken if REGEXP matches anywhere in the message buffer. | ||
| 33 | NAME-EXP may be a string constant giving the file name to use, | 34 | NAME-EXP may be a string constant giving the file name to use, |
| 34 | or more generally it may be any kind of expression that returns | 35 | or more generally it may be any kind of expression that returns |
| 35 | a file name as a string.") | 36 | a file name as a string.") |