* lisp/textmodes/reftex-cite.el (reftex-bib-or-thebib): Fix unescaped
\begin{...} in docstring.
;;;###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)