]> git.eshelyaron.com Git - emacs.git/commitdiff
Say why text-quoting-style is not a user option
authorPaul Eggert <eggert@penguin.cs.ucla.edu>
Mon, 25 Apr 2016 22:19:55 +0000 (15:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Apr 2016 22:20:23 +0000 (15:20 -0700)
* doc/lispref/help.texi (Keys in Documentation):
* etc/NEWS: Document why text-quoting-style is not a
customizable variable (Bug#23372).

doc/lispref/help.texi
etc/NEWS

index 0b8182c521abc6848232a46456889c59f2cdbe1b..58a11f29a4cb0fe0267d16fbc1eaca36a64cd9c3 100644 (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
index 7bedcedae63ab7d684c8b0a8d0813ec41061f678..a50469c0f564ed50a83e89977037e1a71eb3d718 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.