projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c6880
)
; * src/doc.c (Ftext_quoting_style): Make doc string agree with code.
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 17 Oct 2024 12:06:20 +0000
(14:06 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 17 Oct 2024 16:23:58 +0000
(18:23 +0200)
src/doc.c
patch
|
blob
|
history
diff --git
a/src/doc.c
b/src/doc.c
index 7bff8bd8edb0a15599ac06954a0aed32feb752b5..fdb61be2097b20db3bd741a447a80c19958538cd 100644
(file)
--- 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 `gra
ve'.
+`
curve'. Any other value is treated as `cur
ve'.
Note that in contrast to the variable `text-quoting-style', this
function will never return nil. */)