From bc5409b33ec58fec56180d4f6dbe9f1972de1de3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 17 Oct 2024 14:06:20 +0200 Subject: [PATCH] ; * src/doc.c (Ftext_quoting_style): Make doc string agree with code. (cherry picked from commit e5d600006e2b283923044d2c139b29dd69f5ac30) --- src/doc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc.c b/src/doc.c index 7bff8bd8edb..fdb61be2097 100644 --- a/src/doc.c +++ b/src/doc.c @@ -669,7 +669,7 @@ If the variable `text-quoting-style' is `grave', `straight' or `curve', just return that value. If it is nil (the default), return `grave' if curved quotes cannot be displayed (for instance, on a terminal with no support for these characters), otherwise return -`quote'. Any other value is treated as `grave'. +`curve'. Any other value is treated as `curve'. Note that in contrast to the variable `text-quoting-style', this function will never return nil. */) -- 2.39.5