comparison lisp/gnus/gnus-art.el @ 77979:f05ecc8156d4

(gnus-split-methods): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 07 Jun 2007 14:31:53 +0000
parents 56cc03f5f68c
children a8c400af8ac9
comparison
equal deleted inserted replaced
77978:ed2eca716540 77979:f05ecc8156d4
649 value is a list of possible files to save in if the match is non-nil. 649 value is a list of possible files to save in if the match is non-nil.
650 650
651 If the match is a string, it is used as a regexp match on the 651 If the match is a string, it is used as a regexp match on the
652 article. If the match is a symbol, that symbol will be funcalled 652 article. If the match is a symbol, that symbol will be funcalled
653 from the buffer of the article to be saved with the newsgroup as the 653 from the buffer of the article to be saved with the newsgroup as the
654 parameter. If it is a list, it will be evaled in the same buffer. 654 parameter. If it is a list, it will be evalled in the same buffer.
655 655
656 If this form or function returns a string, this string will be used as 656 If this form or function returns a string, this string will be used as
657 a possible file name; and if it returns a non-nil list, that list will 657 a possible file name; and if it returns a non-nil list, that list will
658 be used as possible file names." 658 be used as possible file names."
659 :group 'gnus-article-saving 659 :group 'gnus-article-saving