]> code.delx.au - gnu-emacs/commit
Redo text-quoting-style variable
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 22:58:02 +0000 (15:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 22:58:31 +0000 (15:58 -0700)
commitfa10e77790a207aeabf354c9f5667b3dbde55bb2
tree9ab7b0e8bbd340d76f34583aeaa7721c7f59008f
parentfc9206b73a254a400245578b94542cfe82c68e9c
Redo text-quoting-style variable

Rename help-quote-translation to text-quoting-style,
and use symbols rather than characters as values.
This follows suggestions along these lines by Alan Mackenzie in:
http://lists.gnu.org/archive/html/emacs-devel/2015-06/msg00343.html
and by Drew Adams in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00048.html
* doc/lispref/help.texi (Keys in Documentation)
* etc/NEWS:
* lisp/cus-start.el (standard):
* src/doc.c (Fsubstitute_command_keys, syms_of_doc):
Document and/or implement the new behavior instead of the old.
(syms_of_doc): New symbols 'grave' and 'straight'.
doc/lispref/help.texi
etc/NEWS
lisp/cus-start.el
src/doc.c