summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2016-10-07 18:29:57 +0200
committerTassilo Horn <tsdh@gnu.org>2016-10-07 18:29:57 +0200
commit1686a0cde3d6adced3b5393945d6a9ab71b4a3c9 (patch)
tree55964262494b7073b539ca098e2c05cda31e592c /lisp
parent51558effdc453d359b4a174bf72db787dc0114d1 (diff)
downloademacs-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.el2
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)