diff options
author | Tassilo Horn <tsdh@gnu.org> | 2016-10-07 18:29:57 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2016-10-07 18:29:57 +0200 |
commit | 1686a0cde3d6adced3b5393945d6a9ab71b4a3c9 (patch) | |
tree | 55964262494b7073b539ca098e2c05cda31e592c /lisp | |
parent | 51558effdc453d359b4a174bf72db787dc0114d1 (diff) | |
download | emacs-1686a0cde3d6adced3b5393945d6a9ab71b4a3c9.tar.gz |
Fix unescaped \begin{...} in docstring
* lisp/textmodes/reftex-cite.el (reftex-bib-or-thebib): Fix unescaped
\begin{...} in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/reftex-cite.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |