]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix unescaped \begin{...} in docstring
authorTassilo Horn <tsdh@gnu.org>
Fri, 7 Oct 2016 16:29:57 +0000 (18:29 +0200)
committerTassilo Horn <tsdh@gnu.org>
Fri, 7 Oct 2016 16:29:57 +0000 (18:29 +0200)
* lisp/textmodes/reftex-cite.el (reftex-bib-or-thebib): Fix unescaped
\begin{...} in docstring.

lisp/textmodes/reftex-cite.el

index b5b7d466e9c8a1ac33f3ef83664adced77efe891..20cfedc503dd7014696f821b13ec7b7ef7ed775e 100644 (file)
@@ -73,7 +73,7 @@ The expanded value is cached."
 
 ;;;###autoload
 (defun reftex-bib-or-thebib ()
-  "Test if BibTeX or \begin{thebibliography} should be used for the citation.
+  "Test if BibTeX or \\begin{thebibliography} should be used for the citation.
 Find the bof of the current file"
   (let* ((docstruct (symbol-value reftex-docstruct-symbol))
          (rest (or (member (list 'bof (buffer-file-name)) docstruct)