diff options
| author | Paul Eggert | 2016-03-14 08:40:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-14 08:41:19 -0700 |
| commit | 26b56dc739460bfd35bd12b4aca7434d381d9ef5 (patch) | |
| tree | 1e992aa6e1a351c18b467a5a064e7dbe26a46bb9 /doc | |
| parent | 80ec484ac83e6965a843dabf766ade057ee1bc6a (diff) | |
| download | emacs-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.texi | 6 |
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, |
| 76 | so there's only the one true quoting method now---using the | 76 | so there's only the one true quoting method now---using the |
| 77 | plain-@acronym{ASCII} quote characters. And if that's not enough, the | 77 | plain-@acronym{ASCII} quote characters. And if that's not enough, the |
| 78 | doc strings and other messages show text quoted `like this' and "like | 78 | doc strings and other messages show text quoted @t{`like this'} |
| 79 | this" as they were written, instead of arbitrarily replacing them | 79 | as they were written, instead of arbitrarily replacing them |
| 80 | with Unicode ``curved quote'' characters. The | 80 | with 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 |
| 82 | removed. As result, text produced by Emacs can be sent to those | 82 | removed. As result, text produced by Emacs can be sent to those |
| 83 | venerable teletypes again, yeah! | 83 | venerable teletypes again, yeah! |