aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 694c159fc09..6c2a3e52a2e 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -1023,7 +1023,8 @@ syms_of_doc (void)
1023 Vbuild_files = Qnil; 1023 Vbuild_files = Qnil;
1024 1024
1025 DEFVAR_LISP ("text-quoting-style", Vtext_quoting_style, 1025 DEFVAR_LISP ("text-quoting-style", Vtext_quoting_style,
1026 doc: /* Style to use for single quotes when generating text. 1026 doc: /* Style to use for single quotes in help and messages.
1027Its value should be a symbol.
1027`curve' means quote with curved single quotes \\=‘like this\\=’. 1028`curve' means quote with curved single quotes \\=‘like this\\=’.
1028`straight' means quote with straight apostrophes \\='like this\\='. 1029`straight' means quote with straight apostrophes \\='like this\\='.
1029`grave' means quote with grave accent and apostrophe \\=`like this\\='. 1030`grave' means quote with grave accent and apostrophe \\=`like this\\='.