emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1686a0c: Fix unescaped \begin{...} in docstring


From: Tassilo Horn
Subject: [Emacs-diffs] master 1686a0c: Fix unescaped \begin{...} in docstring
Date: Fri, 7 Oct 2016 16:30:44 +0000 (UTC)

branch: master
commit 1686a0cde3d6adced3b5393945d6a9ab71b4a3c9
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Fix unescaped \begin{...} in docstring
    
    * lisp/textmodes/reftex-cite.el (reftex-bib-or-thebib): Fix unescaped
    \begin{...} in docstring.
---
 lisp/textmodes/reftex-cite.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el
index b5b7d46..20cfedc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]