X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=texi%2Fgnus-faq.texi;h=0b856c7f0a3a3bbd96462da3a62e9460c56a04e6;hp=76d1a5275e5bc0def5798fccf5005970540b6bd1;hb=e6107d4890e0671770a23ed880778579730850a2;hpb=559e4108ff97c334f5affb3519657e73dfe3dad7;ds=sidebyside 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."