diff options
author | Štěpán Němec <stepnem@gmail.com> | 2020-02-25 13:53:14 +0100 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-02-28 15:21:55 +0200 |
commit | ff729e3f975f8391658cf22c4715552054ed25c1 (patch) | |
tree | 07ef0df7ac2a58cff0c203d36f123f8b175c08b9 /lisp/gnus | |
parent | 696ee02c3a40cf0e19f963cfaf8004ca42f7e897 (diff) | |
download | emacs-ff729e3f975f8391658cf22c4715552054ed25c1.tar.gz emacs-ff729e3f975f8391658cf22c4715552054ed25c1.tar.bz2 emacs-ff729e3f975f8391658cf22c4715552054ed25c1.zip |
; bug#39779: Fix some typos in documentation.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-art.el | 6 | ||||
-rw-r--r-- | lisp/gnus/spam-stat.el | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 754655d6793..6b9610d3121 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -7774,11 +7774,11 @@ also be Lisp expression evaluating to a string), BUTTON: is the number of the regexp grouping actually matching the button, FORM: is a Lisp expression which must eval to true for the button to be added, -CALLBACK: is the function to call when the user push this button, and each +CALLBACK: is the function to call when the user pushes this button, and each PAR: is a number of a regexp grouping whose text will be passed to CALLBACK. -CALLBACK can also be a variable, in that case the value of that -variable it the real callback function." +CALLBACK can also be a variable, in which case the value of that +variable is the real callback function." :group 'gnus-article-buttons :type '(repeat (list (choice regexp variable sexp) (integer :tag "Button") diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index 8a4161e7acd..2e03608b5df 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el @@ -174,7 +174,7 @@ no effect when spam-stat is invoked through spam.el." (defcustom spam-stat-score-buffer-user-functions nil "List of additional scoring functions. -Called one by one on the buffer. +Called one by one on the buffer. If all of these functions return non-nil answers, these numerical answers are added to the computed spam stat score on the buffer. If |