diff options
| author | Paul Eggert | 2015-11-23 21:49:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-23 21:49:56 -0800 |
| commit | b8bf03161123de6de5570fd3f4d1cf3ed94084e1 (patch) | |
| tree | 3529326a9a8654a20ffaee8658e9ef46315a8adc /doc | |
| parent | 946ea4184ce147de9a1314760b2089af59116794 (diff) | |
| download | emacs-b8bf03161123de6de5570fd3f4d1cf3ed94084e1.tar.gz emacs-b8bf03161123de6de5570fd3f4d1cf3ed94084e1.zip | |
Improve text-quoting-style doc again
* doc/lispref/help.texi (Keys in Documentation):
Omit overkill discussion of ‘setq’. Mention Emacs versions
where ‘grave’ style was standard.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/help.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 0e08b2a2bfc..685995b395f 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -358,11 +358,10 @@ If the variable's value is @code{curve}, the style is | |||
| 358 | @t{‘like this’} with curved single quotes. If the value is | 358 | @t{‘like this’} with curved single quotes. If the value is |
| 359 | @code{straight}, the style is @t{'like this'} with straight | 359 | @code{straight}, the style is @t{'like this'} with straight |
| 360 | apostrophes. If the value is @code{grave}, the style is @t{`like | 360 | apostrophes. If the value is @code{grave}, the style is @t{`like |
| 361 | this'} with grave accent and apostrophe. The default value @code{nil} | 361 | this'} with grave accent and apostrophe, the standard style |
| 362 | before Emacs version 25. The default value @code{nil} | ||
| 362 | acts like @code{curve} if curved single quotes are displayable, and | 363 | acts like @code{curve} if curved single quotes are displayable, and |
| 363 | like @code{grave} otherwise. To use the traditional @code{grave} | 364 | like @code{grave} otherwise. |
| 364 | style, put the line @code{(setq text-quoting-style 'grave)} into your | ||
| 365 | @file{~/.emacs} file. | ||
| 366 | @end defvar | 365 | @end defvar |
| 367 | 366 | ||
| 368 | @defun substitute-command-keys string | 367 | @defun substitute-command-keys string |