diff options
author | Tassilo Horn <tsdh@gnu.org> | 2012-08-02 20:54:36 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2012-08-02 20:54:36 +0200 |
commit | 983741d87c1f45b4b22608249d93fa3e2dc9236a (patch) | |
tree | 96dc2730942dba70bf3afad043af53b6106b71d0 /lisp/textmodes/reftex-vars.el | |
parent | cfcc9cc88e564711f3d811b9aaa1d2c3edf476da (diff) | |
download | emacs-983741d87c1f45b4b22608249d93fa3e2dc9236a.tar.gz |
* textmodes/reftex-vars.el (reftex-label-alist): Docfix.
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index fa316ea760d..3470ef9f3c1 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -91,13 +91,13 @@ (("wrapfigure" ?f nil nil caption))) (ctable "The ctable package" - (("\\ctable[]{}{}{}" ?t "tab:" "\\ref{%s}" 1 ("table" "Tabelle")))) + (("\\ctable[]{}{}{}" ?t "tab:" "\\ref{%s}" 1 ("table" "Tabelle")))) (listings "The listings package" - (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) + (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) (minted "The minted package" - (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) + (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) ;; The LaTeX core stuff (LaTeX "LaTeX default environments" @@ -584,7 +584,7 @@ will use Any list entry may also be a symbol. If that has an association in `reftex-label-alist-builtin', the cddr of that association is spliced into the list. However, builtin defaults should normally be set with the variable -`reftex-default-label-alist-entries." +`reftex-default-label-alist-entries'." :group 'reftex-defining-label-environments :set 'reftex-set-dirty :type |