From: Roland McGrath Date: Thu, 14 Oct 1993 00:11:42 +0000 (+0000) Subject: (rmail-output-file-alist): Doc fix. X-Git-Tag: emacs-19.34~11000 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fb6ed082481f8a07d5640071d3c77c5cc88f7e8;p=emacs.git (rmail-output-file-alist): Doc fix. --- 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 @@ (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.")