emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 16f24dd 90/95: ; * style/minted.el (LaTeX-minted


From: Tassilo Horn
Subject: [elpa] externals/auctex 16f24dd 90/95: ; * style/minted.el (LaTeX-minted-add-syntactic-keywords-extra): Fix doc string.
Date: Sun, 16 Apr 2017 01:27:03 -0400 (EDT)

branch: externals/auctex
commit 16f24ddc79efbc11cbc957e96c98c970525d70ee
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; * style/minted.el (LaTeX-minted-add-syntactic-keywords-extra): Fix doc 
string.
---
 style/minted.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/minted.el b/style/minted.el
index 5e00300..b6c75d3 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -299,7 +299,7 @@ are loaded."
 
 (defun LaTeX-minted-add-syntactic-keywords-extra (type macro)
   "Add MACRO from minted.sty to `font-latex-syntactic-keywords-extra'.
-TYPE is one of the symbols \\='brace or \\='delim indicating how
+TYPE is one of the symbols `brace' or `delim' indicating how
 verbatim text is enclosed after the macro.  MACRO is a string or
 a list of strings."
   (let ((macro (if (listp macro)



reply via email to

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