diff options
Diffstat (limited to 'doc/misc/gnus.texi')
-rw-r--r-- | doc/misc/gnus.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index d50bcd671ae..9093fa24f3d 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -21034,8 +21034,8 @@ function: @lisp (defun gnus-decay-score (score) - "Decay SCORE according to ‘gnus-score-decay-constant’ -and ‘gnus-score-decay-scale’." + "Decay SCORE according to `gnus-score-decay-constant' +and `gnus-score-decay-scale'." (let ((n (- score (* (if (< score 0) -1 1) (min (abs score) @@ -24081,7 +24081,7 @@ spam. And here is the nifty function: @lisp (defun my-gnus-raze-spam () - "Submit SPAM to Vipul’s Razor, then mark it as expirable." + "Submit SPAM to Vipul's Razor, then mark it as expirable." (interactive) (gnus-summary-save-in-pipe "razor-report -f -d" t) (gnus-summary-mark-as-expirable 1)) |