diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-30 22:47:58 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-08-30 23:12:30 -0700 |
commit | b533552292e37a99862627651e11860c6ef5411c (patch) | |
tree | 2ca59b64a14042aa8c993fe3242c7622436a7b08 /doc/misc/gnus-faq.texi | |
parent | 4c24b9e30fd47b537ad08dcf298b5b1a39f20e50 (diff) | |
download | emacs-b533552292e37a99862627651e11860c6ef5411c.tar.gz |
Documentation fixes re quotes
Prefer curved quotes in examples if users will typically see
curved quotes when the examples run.
Mention format-message when appropriate.
Don’t use @code in examples.
Quote an apostrophe with @kbd.
Diffstat (limited to 'doc/misc/gnus-faq.texi')
-rw-r--r-- | doc/misc/gnus-faq.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index 76d1a5275e5..0b856c7f0a3 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/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 <pille3003@@fhaun.de> 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." |