diff options
| author | Paul Eggert | 2016-05-01 18:07:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-01 18:07:57 -0700 |
| commit | a8da4d033d98f6bee89f3fd3f067389705c45d4d (patch) | |
| tree | 37a25e04d242d85980579076be228cdeecf8d7f1 /doc | |
| parent | ce92397425d29ec27fc701c36c589a5e1f894898 (diff) | |
| parent | 71fb0e06e7e04d8300be10feffd3d314a76b4d27 (diff) | |
| download | emacs-a8da4d033d98f6bee89f3fd3f067389705c45d4d.tar.gz emacs-a8da4d033d98f6bee89f3fd3f067389705c45d4d.zip | |
Merge from origin/emacs-25
71fb0e0 Improve last change to vc-git-mode-line-string
6858e77 Todo mode doc bug fix
e55d0db Fix revision calculation in vc-git-mode-line-string
ca87b34 ; Fix errant revert ccb75d7
40bfebe Add Python 3.5 keyword "await"
fa7886a Add new keywords of Python 3.5
ccb75d7 Partially revert previous change.
8ee168a ; * etc/NEWS: Update entry about color fonts on OS X with a w...
b09ca27 Say why text-quoting-style is not a user option
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/help.texi | 4 |
1 files changed, 4 insertions, 0 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 | |||
| 362 | before Emacs version 25. The default value @code{nil} | 362 | before Emacs version 25. The default value @code{nil} |
| 363 | acts like @code{curve} if curved single quotes are displayable, and | 363 | acts like @code{curve} if curved single quotes are displayable, and |
| 364 | like @code{grave} otherwise. | 364 | like @code{grave} otherwise. |
| 365 | |||
| 366 | This variable can be used by experts on platforms that have problems | ||
| 367 | with curved quotes. As it is not intended for casual use, it is not a | ||
| 368 | user option. | ||
| 365 | @end defvar | 369 | @end defvar |
| 366 | 370 | ||
| 367 | @defun substitute-command-keys string | 371 | @defun substitute-command-keys string |