Fix single-quoting style in PDF manuals
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 May 2015 00:29:02 +0000 (00:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 3 May 2015 00:29:02 +0000 (00:29 +0000)
commit0cae8024f4147108b58b981ffd2fda0caa8869c0
tree096428abae2bfe3a1a5fe0b81b4dd69c94a21398
parent30b3afbd1e4845ad4a86aa50ab40dc0cde9e4b47
Fix single-quoting style in PDF manuals

The PDF versions of the GNU manuals used curved single quotes to
represent grave accent and apostrophe, which made it a pain to cut
and paste code examples from them.  Fix the PDF versions to use
grave accent and apostrophe for Lisp source code, keystrokes, etc.
This change does not affect the info files, nor does it affect
ordinary uses of curved single quotes in PDF.

* docstyle.texi: New file, which specifies treatment for grave accent
and apostrophe, as well as the document encoding.

* auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi:
* gnus-faq.texi, gnus.texi, message.texi, sasl.texi, sieve.texi:
Use it instead of '@documentencoding UTF-8', to lessen the need for
global changes like this in the future.
texi/ChangeLog
texi/auth.texi
texi/emacs-mime.texi
texi/epa.texi
texi/gnus-coding.texi
texi/gnus-faq.texi
texi/gnus.texi
texi/message.texi
texi/sasl.texi
texi/sieve.texi