(gnus-summary-lower-score) (gnus-summary-increase-score): Mention symbolic
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 22 Dec 2003 11:39:06 +0000 (11:39 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 22 Dec 2003 11:39:06 +0000 (11:39 +0000)
prefix in the doc-string.  Suggested by Karl Pflästerer <sigurd@12move.de>.

lisp/ChangeLog
lisp/gnus-score.el

index 38c9baa..d1be6da 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-score.el (gnus-summary-lower-score)
+       (gnus-summary-increase-score): Mention symbolic prefix in the
+       doc-string.  Suggested by Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
+
 2003-12-21  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-agent.el (gnus-agent-read-agentview): Use
index bb2e342..3bd29b5 100644 (file)
@@ -492,7 +492,8 @@ of the last successful match.")
   "Make a score entry based on the current article.
 The user will be prompted for header to score on, match type,
 permanence, and the string to be used.  The numerical prefix will be
-used as score."
+used as score.  A symbolic prefix of `a' says to use the `all.SCORE'
+file for the command instead of the current score file."
   (interactive (gnus-interactive "P\ny"))
   (gnus-summary-increase-score (- (gnus-score-delta-default score)) symp))
 
@@ -506,7 +507,8 @@ used as score."
   "Make a score entry based on the current article.
 The user will be prompted for header to score on, match type,
 permanence, and the string to be used.  The numerical prefix will be
-used as score."
+used as score.  A symbolic prefix of `a' says to use the `all.SCORE'
+file for the command instead of the current score file."
   (interactive (gnus-interactive "P\ny"))
   (let* ((nscore (gnus-score-delta-default score))
         (prefix (if (< nscore 0) ?L ?I))