]> git.eshelyaron.com Git - emacs.git/commitdiff
; lisp/textmodes/reftex-cite.el: Fix docstring
authorArash Esbati <arash@gnu.org>
Thu, 12 May 2022 10:52:00 +0000 (12:52 +0200)
committerArash Esbati <arash@gnu.org>
Thu, 12 May 2022 10:52:00 +0000 (12:52 +0200)
* lisp/textmodes/reftex-cite.el
(reftex-extract-bib-entries-from-thebibliography): Quote
backslash in docstring.

lisp/textmodes/reftex-cite.el

index 4e487d745c266836424ecb83dc64b0fada5d20ed..47f796dd537c563779aec0b8ea84a12010a64721 100644 (file)
@@ -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)