emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master aeefa3a732: ; lisp/textmodes/reftex-cite.el: Fix docstring


From: Arash Esbati
Subject: master aeefa3a732: ; lisp/textmodes/reftex-cite.el: Fix docstring
Date: Thu, 12 May 2022 06:53:48 -0400 (EDT)

branch: master
commit aeefa3a732c9dd815e23ed10c4582082acb0e29b
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; 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 4e487d745c..47f796dd53 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]