diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-23 19:22:42 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-23 19:23:06 -0800 |
commit | 946ea4184ce147de9a1314760b2089af59116794 (patch) | |
tree | e2e68ba8406add329eb609e2b866172a3be40bc6 /src/doc.c | |
parent | 004f4fc9d48f141f920e9ae9399f2b0e585edf9c (diff) |
Improve text-quoting-style doc
Diffstat (limited to 'src/doc.c')
-rw-r--r-- | src/doc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1023,7 +1023,8 @@ syms_of_doc (void) Vbuild_files = Qnil; DEFVAR_LISP ("text-quoting-style", Vtext_quoting_style, - doc: /* Style to use for single quotes when generating text. + doc: /* Style to use for single quotes in help and messages. +Its value should be a symbol. `curve' means quote with curved single quotes \\=‘like this\\=’. `straight' means quote with straight apostrophes \\='like this\\='. `grave' means quote with grave accent and apostrophe \\=`like this\\='. |