aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-03-14 08:40:08 -0700
committerPaul Eggert2016-03-14 08:41:19 -0700
commit26b56dc739460bfd35bd12b4aca7434d381d9ef5 (patch)
tree1e992aa6e1a351c18b467a5a064e7dbe26a46bb9 /doc
parent80ec484ac83e6965a843dabf766ade057ee1bc6a (diff)
downloademacs-26b56dc739460bfd35bd12b4aca7434d381d9ef5.tar.gz
emacs-26b56dc739460bfd35bd12b4aca7434d381d9ef5.zip
Fix some single quotes in documentation
* doc/emacs/anti.texi (Antinews): Avoid confusion in info and PDF when documenting quoting styles. * etc/NEWS, nextstep/README: In these plain text files, quote 'like this' consistently, rather than also (sometimes) ‘like this’ or (more often) `like this'.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/anti.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi
index aadc85a293f..68a65a7c0c1 100644
--- a/doc/emacs/anti.texi
+++ b/doc/emacs/anti.texi
@@ -75,9 +75,9 @@ benefit, this removes many useless entries at the beginning of the
75@kbd{C-h b} output. The @code{electric-quote-mode} has been deleted, 75@kbd{C-h b} output. The @code{electric-quote-mode} has been deleted,
76so there's only the one true quoting method now---using the 76so there's only the one true quoting method now---using the
77plain-@acronym{ASCII} quote characters. And if that's not enough, the 77plain-@acronym{ASCII} quote characters. And if that's not enough, the
78doc strings and other messages show text quoted `like this' and "like 78doc strings and other messages show text quoted @t{`like this'}
79this" as they were written, instead of arbitrarily replacing them 79as they were written, instead of arbitrarily replacing them
80with Unicode ``curved quote'' characters. The 80with Unicode ``curved quote'' characters @t{‘like this’}. The
81@code{text-quoting-style} variable becomes therefore unneeded and was 81@code{text-quoting-style} variable becomes therefore unneeded and was
82removed. As result, text produced by Emacs can be sent to those 82removed. As result, text produced by Emacs can be sent to those
83venerable teletypes again, yeah! 83venerable teletypes again, yeah!