diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/help.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 44a680c4a22..fde985d9b0b 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -357,7 +357,7 @@ quotes. If the value is @code{?'} (apostrophe), the style is @t{'like | |||
| 357 | this'} with apostrophes. If the value is @code{?`} (grave accent), | 357 | this'} with apostrophes. If the value is @code{?`} (grave accent), |
| 358 | the style is @t{`like this'} with grave accent and apostrophe. The | 358 | the style is @t{`like this'} with grave accent and apostrophe. The |
| 359 | default value @code{nil} means to use curved single quotes if | 359 | default value @code{nil} means to use curved single quotes if |
| 360 | displayable and apostrophes otherwise. | 360 | displayable, and grave accent and apostrophe otherwise. |
| 361 | @end defvar | 361 | @end defvar |
| 362 | 362 | ||
| 363 | @defun substitute-command-keys string | 363 | @defun substitute-command-keys string |