Fix unescaped \begin{...} in docstring
* lisp/textmodes/reftex-cite.el (reftex-bib-or-thebib): Fix unescaped \begin{...} in docstring.
This commit is contained in:
parent
51558effdc
commit
1686a0cde3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue