diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:31:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:31:31 +0000 |
commit | 03c1a35efa5d886931b2ed9ce322182b92b35b02 (patch) | |
tree | b5f273a7a546cd0239b766543897efda291e3176 /lisp/gnus/gnus-score.el | |
parent | a4f5043f63c8acdfb615fc8933b6ec3424b8633e (diff) | |
download | emacs-03c1a35efa5d886931b2ed9ce322182b92b35b02.tar.gz emacs-03c1a35efa5d886931b2ed9ce322182b92b35b02.tar.bz2 emacs-03c1a35efa5d886931b2ed9ce322182b92b35b02.zip |
(gnus-score-lower-thread): Don't quote nil and t in docstrings.
Diffstat (limited to 'lisp/gnus/gnus-score.el')
-rw-r--r-- | lisp/gnus/gnus-score.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 1de3b48e5f5..997d3b04274 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -1495,7 +1495,7 @@ EXTRA is the possible non-standard header." "Lower the score on THREAD with SCORE-ADJUST. THREAD is expected to contain a list of the form `(PARENT [CHILD1 CHILD2 ...])' where PARENT is a header array and each CHILD is a list -of the same form as THREAD. The empty list `nil' is valid. For each +of the same form as THREAD. The empty list nil is valid. For each article in the tree, the score of the corresponding entry in `gnus-newsgroup-scored' is adjusted by SCORE-ADJUST." (while thread |