From: Tassilo Horn Date: Fri, 7 Oct 2016 16:29:57 +0000 (+0200) Subject: Fix unescaped \begin{...} in docstring X-Git-Tag: emacs-26.0.90~1502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1686a0cde3d6adced3b5393945d6a9ab71b4a3c9;p=emacs.git Fix unescaped \begin{...} in docstring * lisp/textmodes/reftex-cite.el (reftex-bib-or-thebib): Fix unescaped \begin{...} in docstring. --- diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index b5b7d466e9c..20cfedc503d 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -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)