Variable: gnus-decay-score-function

gnus-decay-score-function is a customizable variable defined in gnus-score.el.gz.

Value

gnus-decay-score

Documentation

Function called to decay a score.

It is called with one parameter -- the score to be decayed.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-decay-score-function 'gnus-decay-score
  "Function called to decay a score.
It is called with one parameter -- the score to be decayed."
  :group 'gnus-score-decay
  :type '(radio (function-item gnus-decay-score)
		(function :tag "Other")))