aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorJohn Wiegley2016-01-02 23:31:52 -0800
committerJohn Wiegley2016-01-02 23:31:52 -0800
commit91917dd58ec5278e555b9c693a830749083e8f89 (patch)
tree3b0c8104106f6dec7873378bccc1273e587f6051 /src/doc.c
parentc988877f436bbbb285a0b34f5e037f7758dd6349 (diff)
parent9f2f14a0725211b13a744573344636b57b9c98b9 (diff)
downloademacs-91917dd58ec5278e555b9c693a830749083e8f89.tar.gz
emacs-91917dd58ec5278e555b9c693a830749083e8f89.zip
Merge branch 'emacs-25-merge'
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\\='.