branch: externals/auctex
commit 16f24ddc79efbc11cbc957e96c98c970525d70ee
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; * 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