]> git.eshelyaron.com Git - emacs.git/commit
Doc fixes for 'text-quoting-style'
authorStefan Kangas <stefan@marxist.se>
Sat, 10 Sep 2022 05:29:48 +0000 (07:29 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 10 Sep 2022 05:29:48 +0000 (07:29 +0200)
commit54c3794899ef2d4d88812fb445b6e2acc85a2720
tree328f8905c6b079b14bbf15b1f37abe6f9541a88c
parentce4f354defd5f888dfc0bc8feba0396d734ee87f
Doc fixes for 'text-quoting-style'

* doc/lispref/help.texi (Keys in Documentation): Remove duplicate
entry for 'text-quoting-style'.  Document the function with the same
name instead.
* src/doc.c (Ftext_quoting_style): Doc fix: clarify the return values.
(syms_of_doc) <Vtext_quoting_style>: Doc fix: clarify that you should
not read the value of this variable directly; use Ftext_quoting_style
instead (bug#51040).
doc/lispref/help.texi
src/doc.c