From: Noam Postavsky Date: Fri, 9 Feb 2018 01:18:44 +0000 (-0500) Subject: Clarify that text-quoting-style doesn't affect *Info* (Bug#24519) X-Git-Tag: emacs-26.1-rc1~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=565adf2;p=emacs.git Clarify that text-quoting-style doesn't affect *Info* (Bug#24519) * src/doc.c (syms_of_doc) : Clarify that info manual display is unaffected. --- 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) 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\\='.