commit 1686a0cde3d6adced3b5393945d6a9ab71b4a3c9 (HEAD, refs/remotes/origin/master) Author: Tassilo Horn Date: Fri Oct 7 18:29:57 2016 +0200 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 b5b7d46..20cfedc 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)