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.
This commit is contained in:
Noam Postavsky 2018-02-08 20:18:44 -05:00
parent 2dd273b985
commit 565adf2e90

View file

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