aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/help.texi4
-rw-r--r--etc/NEWS3
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi
index 0b8182c521a..58a11f29a4c 100644
--- a/doc/lispref/help.texi
+++ b/doc/lispref/help.texi
@@ -362,6 +362,10 @@ this'} with grave accent and apostrophe, the standard style
362before Emacs version 25. The default value @code{nil} 362before Emacs version 25. The default value @code{nil}
363acts like @code{curve} if curved single quotes are displayable, and 363acts like @code{curve} if curved single quotes are displayable, and
364like @code{grave} otherwise. 364like @code{grave} otherwise.
365
366This variable can be used by experts on platforms that have problems
367with curved quotes. As it is not intended for casual use, it is not a
368user option.
365@end defvar 369@end defvar
366 370
367@defun substitute-command-keys string 371@defun substitute-command-keys string
diff --git a/etc/NEWS b/etc/NEWS
index 7bedcedae63..a50469c0f56 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1472,7 +1472,8 @@ Set it to 'curve' for curved single quotes, to 'straight' for straight
1472apostrophes, and to 'grave' for grave accent and apostrophe. The 1472apostrophes, and to 'grave' for grave accent and apostrophe. The
1473default value nil acts like 'curve' if curved single quotes are 1473default value nil acts like 'curve' if curved single quotes are
1474displayable, and like 'grave' otherwise. The new variable affects 1474displayable, and like 'grave' otherwise. The new variable affects
1475display of diagnostics and help, but not of info. 1475display of diagnostics and help, but not of info. As the variable is
1476not intended for casual use, it is not a user option.
1476 1477
1477+++ 1478+++
1478** substitute-command-keys now replaces quotes. 1479** substitute-command-keys now replaces quotes.