changeset 4851:b70799eabd57

(rmail-output-file-alist): Doc fix.
author Roland McGrath <roland@gnu.org>
date Thu, 14 Oct 1993 00:11:42 +0000
parents 9cd4c610fa62
children ef44bf38f456
files lisp/mail/rmailout.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Wed Oct 13 06:08:00 1993 +0000
+++ b/lisp/mail/rmailout.el	Thu Oct 14 00:11:42 1993 +0000
@@ -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.")