From aeefa3a732c9dd815e23ed10c4582082acb0e29b Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Thu, 12 May 2022 12:52:00 +0200 Subject: [PATCH] ; lisp/textmodes/reftex-cite.el: Fix docstring * lisp/textmodes/reftex-cite.el (reftex-extract-bib-entries-from-thebibliography): Quote backslash in docstring. --- lisp/textmodes/reftex-cite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2