From: Arash Esbati Date: Thu, 12 May 2022 10:52:00 +0000 (+0200) Subject: ; lisp/textmodes/reftex-cite.el: Fix docstring X-Git-Tag: emacs-29.0.90~1910^2~759 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aeefa3a732c9dd815e23ed10c4582082acb0e29b;p=emacs.git ; lisp/textmodes/reftex-cite.el: Fix docstring * lisp/textmodes/reftex-cite.el (reftex-extract-bib-entries-from-thebibliography): Quote backslash in docstring. --- diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 4e487d745c2..47f796dd537 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -360,7 +360,7 @@ The name of the first different author/editor is used." ;; Parse the bibliography environment (defun reftex-extract-bib-entries-from-thebibliography (files) - "Extract bib-entries from the \begin{thebibliography} environment. + "Extract bib-entries from the \\begin{thebibliography} environment. Parsing is not as good as for the BibTeX database stuff. The environment should be located in FILES." (let* (start end buf entries re re-list file default)