From e6107d4890e0671770a23ed880778579730850a2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 31 Aug 2015 22:15:30 +0000 Subject: [PATCH 1/1] Documentation fixes re quotes * gnus-faq.texi (FAQ 5-13, FAQ 6-2): * gnus.texi (Score Decays, SpamAssassin): Prefer curved quotes in examples if users will typically see curved quotes when the examples run. --- texi/ChangeLog | 7 +++++++ texi/gnus-faq.texi | 8 ++++---- texi/gnus.texi | 6 +++--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 163f83443..c0a7b6b09 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,10 @@ +2015-08-31 Paul Eggert + + * gnus-faq.texi (FAQ 5-13, FAQ 6-2): + * gnus.texi (Score Decays, SpamAssassin): + Prefer curved quotes in examples if users will typically see curved + quotes when the examples run. + 2015-07-09 Nikolaus Rath * gnus.texi (Customizing the IMAP Connection): diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi index 76d1a5275..0b856c7f0 100644 --- a/texi/gnus-faq.texi +++ b/texi/gnus-faq.texi @@ -1671,7 +1671,7 @@ instead (works for newer versions as well): (setq message-user-fqdn fqdn) (gnus-message 1 "Redefining `message-make-fqdn'.") (defun message-make-fqdn () - "Return user's fully qualified domain name." + "Return user’s fully qualified domain name." fqdn)))) @end example @noindent @@ -1765,9 +1765,9 @@ snippet by Frank Haun in @example (defun my-archive-article (&optional n) - "Copies one or more article(s) to a corresponding `nnml:' group, e.g., -`gnus.ding' goes to `nnml:1.gnus.ding'. And `nnml:List-gnus.ding' goes -to `nnml:1.List-gnus-ding'. + "Copies one or more article(s) to a corresponding ‘nnml:’ group, e.g., +‘gnus.ding’ goes to ‘nnml:1.gnus.ding’. And ‘nnml:List-gnus.ding’ goes +to ‘nnml:1.List-gnus-ding’. Use process marks or mark a region in the summary buffer to archive more then one article." diff --git a/texi/gnus.texi b/texi/gnus.texi index 97673ea3f..1bc427979 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -21033,8 +21033,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) @@ -24080,7 +24080,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)) -- 2.25.1