]> code.delx.au - gnu-emacs/commit
'text-quoting-style' now affects only ` and '
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 May 2016 14:38:23 +0000 (07:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 May 2016 14:41:40 +0000 (07:41 -0700)
commit433d366dc7b053048abf710d790ff62421dd1570
treef68895872dd0384664bb66a56371b64e5630db61
parent8939ae68d430ef272194ac64144ceb58ae0dbd3f
'text-quoting-style' now affects only ` and '

Change 'text-quoting-style' so that it no longer affects
formatting of curved quotes in format arguments to functions like
'message'.  In particular, when this variable's value is 'grave',
all quotes in formats are output as-is.
* doc/lispref/help.texi (Keys in Documentation):
* doc/lispref/strings.texi (Formatting Strings):
* doc/lispref/tips.texi (Documentation Tips):
* etc/NEWS:
* src/doc.c (syms_of_doc): Document this.
* lisp/help-fns.el (describe-function-1):
* src/doc.c (text_quoting_style, Fsubstitute_command_keys)
(syms_of_doc):
* src/editfns.c (styled_format): Omit now-unnecessary code.
* src/lisp.h (LEAVE_QUOTING_STYLE): Remove.
doc/lispref/help.texi
doc/lispref/strings.texi
doc/lispref/tips.texi
etc/NEWS
lisp/help-fns.el
src/doc.c
src/editfns.c
src/lisp.h