; * src/doc.c (Ftext_quoting_style): Make doc string agree with code.
This commit is contained in:
parent
90c6880a92
commit
e5d600006e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
`curve', just return that value. If it is nil (the default), return
|
||||||
`grave' if curved quotes cannot be displayed (for instance, on a
|
`grave' if curved quotes cannot be displayed (for instance, on a
|
||||||
terminal with no support for these characters), otherwise return
|
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
|
Note that in contrast to the variable `text-quoting-style', this
|
||||||
function will never return nil. */)
|
function will never return nil. */)
|
||||||
|
|
Loading…
Add table
Reference in a new issue