summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArash Esbati <arash@gnu.org>2022-05-12 12:52:00 +0200
committerArash Esbati <arash@gnu.org>2022-05-12 12:52:00 +0200
commitaeefa3a732c9dd815e23ed10c4582082acb0e29b (patch)
tree276380b0280435fa20e7d0999dafa913d4738e28
parentb6aff96a747930e49017b20203fffec1ea70a1b1 (diff)
downloademacs-aeefa3a732c9dd815e23ed10c4582082acb0e29b.tar.gz
; lisp/textmodes/reftex-cite.el: Fix docstring
* lisp/textmodes/reftex-cite.el (reftex-extract-bib-entries-from-thebibliography): Quote backslash in docstring.
-rw-r--r--lisp/textmodes/reftex-cite.el2
1 files changed, 1 insertions, 1 deletions
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)