Say why text-quoting-style is not a user option

* doc/lispref/help.texi (Keys in Documentation):
* etc/NEWS: Document why text-quoting-style is not a
customizable variable (Bug#23372).
This commit is contained in:
Paul Eggert 2016-04-25 15:19:55 -07:00 committed by Paul Eggert
parent 935715a5cd
commit b09ca27450
2 changed files with 6 additions and 1 deletions

View file

@ -362,6 +362,10 @@ this'} with grave accent and apostrophe, the standard style
before Emacs version 25. The default value @code{nil}
acts like @code{curve} if curved single quotes are displayable, and
like @code{grave} otherwise.
This variable can be used by experts on platforms that have problems
with curved quotes. As it is not intended for casual use, it is not a
user option.
@end defvar
@defun substitute-command-keys string

View file

@ -1472,7 +1472,8 @@ Set it to 'curve' for curved single quotes, to 'straight' for straight
apostrophes, and to 'grave' for grave accent and apostrophe. The
default value nil acts like 'curve' if curved single quotes are
displayable, and like 'grave' otherwise. The new variable affects
display of diagnostics and help, but not of info.
display of diagnostics and help, but not of info. As the variable is
not intended for casual use, it is not a user option.
+++
** substitute-command-keys now replaces quotes.