Make the value nil in text-quoting-style mean what it does in Emacs 25.
commit5f76ac150a28e4de940790f96f0f751c8ee5d4c7
authorAlan Mackenzie <acm@muc.de>
Fri, 22 Sep 2017 21:52:03 +0000 (22 21:52 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 1 Oct 2017 11:27:16 +0000 (1 11:27 +0000)
treec5bcacf053fcb197638073f3f167719831f17ff8
parentd5e4e004fa134cb81989bcf40c5d6c79b837301f
Make the value nil in text-quoting-style mean what it does in Emacs 25.

This is a partial reversion of yesterday's commit by the same author, which
changed the meaning of nil and introduced the new value t.

* src/doc.c (text_quoting_style, text-quoting-style)
(internal--text-quoting-flag): Revert yesterday's changes.

* lisp/cus-start.el: (top level): Amend the entry for text-quoting-style.

* etc/NEWS: Amend the entry for text-quoting-style.

* doc/lispref/control.texi (Signalling Errors)
* doc/lispref/display.texi (Displaying Messages)
* doc/lispref/strings.texi (Formatting Strings): Bind text-quoting-style to
grave rather than nil to inhibit translation of quotes.

* doc/lispref/help.texi (Keys in Documentation): Revert the description of the
proposed new default, t.
doc/lispref/control.texi
doc/lispref/display.texi
doc/lispref/help.texi
doc/lispref/strings.texi
etc/NEWS
lisp/cus-start.el
src/doc.c