Fix unescaped \begin{...} in docstring

* lisp/textmodes/reftex-cite.el (reftex-bib-or-thebib): Fix unescaped
\begin{...} in docstring.
This commit is contained in:
Tassilo Horn 2016-10-07 18:29:57 +02:00
parent 51558effdc
commit 1686a0cde3

View 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)