aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorNoam Postavsky2018-02-08 20:18:44 -0500
committerNoam Postavsky2018-02-08 20:32:47 -0500
commit565adf2e90d67de2107343aaf265ec6c3e8fd165 (patch)
tree379cd6b7d0d9a14d1742847c536c3fa986ce9c2d /src/doc.c
parent2dd273b9853189f2105426cffa723ced7f329fb4 (diff)
downloademacs-565adf2e90d67de2107343aaf265ec6c3e8fd165.tar.gz
emacs-565adf2e90d67de2107343aaf265ec6c3e8fd165.zip
Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)
* src/doc.c (syms_of_doc) <text-quoting-style>: Clarify that info manual display is unaffected.
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc.c b/src/doc.c
index 2b36c786a66..3424bffdf9a 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -1023,8 +1023,8 @@ syms_of_doc (void)
1023 doc: /* Style to use for single quotes in help and messages. 1023 doc: /* Style to use for single quotes in help and messages.
1024Its value should be a symbol. It works by substituting certain single 1024Its value should be a symbol. It works by substituting certain single
1025quotes for grave accent and apostrophe. This is done in help output 1025quotes for grave accent and apostrophe. This is done in help output
1026and in functions like `message' and `format-message'. It is not done 1026\(but not for display of Info manuals) and in functions like `message'
1027in `format'. 1027and `format-message'. It is not done in `format'.
1028 1028
1029`curve' means quote with curved single quotes ‘like this’. 1029`curve' means quote with curved single quotes ‘like this’.
1030`straight' means quote with straight apostrophes \\='like this\\='. 1030`straight' means quote with straight apostrophes \\='like this\\='.