emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 565adf2: Clarify that text-quoting-style doesn't


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 565adf2: Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)
Date: Thu, 8 Feb 2018 20:34:14 -0500 (EST)

branch: emacs-26
commit 565adf2e90d67de2107343aaf265ec6c3e8fd165
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.
---
 src/doc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/doc.c b/src/doc.c
index 2b36c78..3424bff 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\\='.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]