[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 7f31786: ; * src/doc.c (syms_of_doc): Fix last change.
From: |
Eli Zaretskii |
Subject: |
master 7f31786: ; * src/doc.c (syms_of_doc): Fix last change. |
Date: |
Thu, 6 May 2021 11:09:38 -0400 (EDT) |
branch: master
commit 7f317868c5a1be8dd591cd26815e2b34896d31f0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * src/doc.c (syms_of_doc): Fix last change.
---
src/doc.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/doc.c b/src/doc.c
index 63e0cbb..6be023b 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -720,18 +720,18 @@ syms_of_doc (void)
DEFVAR_LISP ("text-quoting-style", Vtext_quoting_style,
doc: /* Style to use for single quotes in help and messages.
-This works by substituting certain single quotes for grave accent and
-apostrophe. This is done in help output (but not for display of Info
-manuals) and in functions like `message' and `format-message'. It is
-not done in `format'.
+The value of this variable determines substitution of grave accents
+and apostrophes in help output (but not for display of Info
+manuals) and in functions like `message' and `format-message', but not
+in `format'.
-Its value should be one of these symbols:
+The value should be one of these symbols:
`curve': quote with curved single quotes ‘like this’.
`straight': quote with straight apostrophes \\='like this\\='.
`grave': quote with grave accent and apostrophe \\=`like this\\=';
- i.e., do not alter quote marks.
+ i.e., do not alter the original quote marks.
nil: like `curve' if curved single quotes are displayable,
- and like `grave' otherwise. */);
+ and like `grave' otherwise. This is the default. */);
Vtext_quoting_style = Qnil;
DEFVAR_BOOL ("internal--text-quoting-flag", text_quoting_flag,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 7f31786: ; * src/doc.c (syms_of_doc): Fix last change.,
Eli Zaretskii <=