diff options
author | Arash Esbati <arash@gnu.org> | 2022-08-18 22:55:18 +0200 |
---|---|---|
committer | Arash Esbati <arash@gnu.org> | 2022-08-18 22:55:18 +0200 |
commit | 869bef892b0211704ba438d37ba6914574835c7e (patch) | |
tree | c3cc6bdbeeb993cdef24fb3e2117a28a6ce355b7 /lisp/textmodes/reftex-vars.el | |
parent | 7858ec980bf968b15703db520e18903e51bfb63f (diff) | |
download | emacs-869bef892b0211704ba438d37ba6914574835c7e.tar.gz emacs-869bef892b0211704ba438d37ba6914574835c7e.tar.bz2 emacs-869bef892b0211704ba438d37ba6914574835c7e.zip |
Adjust the environment name for the minted package
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Fix
the name of the environment which can contain a \label macro.
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index f9f09825fa0..ee94cc5d693 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -100,7 +100,7 @@ (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) (minted "The minted package" - (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) + (("listing" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) ;; The LaTeX core stuff (LaTeX "LaTeX default environments" |