diff options
author | Arash Esbati <arash@gnu.org> | 2022-05-12 12:52:00 +0200 |
---|---|---|
committer | Arash Esbati <arash@gnu.org> | 2022-05-12 12:52:00 +0200 |
commit | aeefa3a732c9dd815e23ed10c4582082acb0e29b (patch) | |
tree | 276380b0280435fa20e7d0999dafa913d4738e28 /lisp | |
parent | b6aff96a747930e49017b20203fffec1ea70a1b1 (diff) | |
download | emacs-aeefa3a732c9dd815e23ed10c4582082acb0e29b.tar.gz emacs-aeefa3a732c9dd815e23ed10c4582082acb0e29b.tar.bz2 emacs-aeefa3a732c9dd815e23ed10c4582082acb0e29b.zip |
; lisp/textmodes/reftex-cite.el: Fix docstring
* lisp/textmodes/reftex-cite.el
(reftex-extract-bib-entries-from-thebibliography): Quote
backslash in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/reftex-cite.el | 2 |
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) |