From 946ea4184ce147de9a1314760b2089af59116794 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 23 Nov 2015 19:22:42 -0800 Subject: Improve text-quoting-style doc --- src/doc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/doc.c') diff --git a/src/doc.c b/src/doc.c index 694c159fc0..6c2a3e52a2 100644 --- a/src/doc.c +++ b/src/doc.c @@ -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\\='. -- cgit v1.2.3