comparison lisp/gnus/gnus-art.el @ 81252:71f54ad86dca

(gnus-split-methods): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 07 Jun 2007 14:30:46 +0000
parents 27cf42dce35e
children 72447e6dd130
comparison
equal deleted inserted replaced
81251:9cf5ef418c32 81252:71f54ad86dca
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