]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)
authorNoam Postavsky <npostavs@gmail.com>
Fri, 9 Feb 2018 01:18:44 +0000 (20:18 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 9 Feb 2018 01:32:47 +0000 (20:32 -0500)
* src/doc.c (syms_of_doc) <text-quoting-style>: Clarify that info
manual display is unaffected.

src/doc.c

index 2b36c786a66ef9666bccf885b0ae6d09350e54ec..3424bffdf9a62e1d70f6b8585a1028bf5c7360dc 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -1023,8 +1023,8 @@ syms_of_doc (void)
                doc: /* Style to use for single quotes in help and messages.
 Its value should be a symbol.  It works by substituting certain single
 quotes for grave accent and apostrophe.  This is done in help output
-and in functions like `message' and `format-message'.  It is not done
-in `format'.
+\(but not for display of Info manuals) and in functions like `message'
+and `format-message'.  It is not done in `format'.
 
 `curve' means quote with curved single quotes ‘like this’.
 `straight' means quote with straight apostrophes \\='like this\\='.