diff options
| author | Tassilo Horn | 2012-08-02 20:54:36 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2012-08-02 20:54:36 +0200 |
| commit | 983741d87c1f45b4b22608249d93fa3e2dc9236a (patch) | |
| tree | 96dc2730942dba70bf3afad043af53b6106b71d0 | |
| parent | cfcc9cc88e564711f3d811b9aaa1d2c3edf476da (diff) | |
| download | emacs-983741d87c1f45b4b22608249d93fa3e2dc9236a.tar.gz emacs-983741d87c1f45b4b22608249d93fa3e2dc9236a.zip | |
* textmodes/reftex-vars.el (reftex-label-alist): Docfix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce0ee4b9b8b..b76299e075b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-02 Tassilo Horn <horn@thinkpad.tsdh.de> | ||
| 2 | |||
| 3 | * textmodes/reftex-vars.el (reftex-label-alist): Docfix. | ||
| 4 | |||
| 1 | 2012-08-02 Tassilo Horn <tsdh@gnu.org> | 5 | 2012-08-02 Tassilo Horn <tsdh@gnu.org> |
| 2 | 6 | ||
| 3 | * textmodes/reftex-vars.el (reftex-default-label-alist-entries): | 7 | * textmodes/reftex-vars.el (reftex-default-label-alist-entries): |
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 @@ | |||
| 91 | (("wrapfigure" ?f nil nil caption))) | 91 | (("wrapfigure" ?f nil nil caption))) |
| 92 | 92 | ||
| 93 | (ctable "The ctable package" | 93 | (ctable "The ctable package" |
| 94 | (("\\ctable[]{}{}{}" ?t "tab:" "\\ref{%s}" 1 ("table" "Tabelle")))) | 94 | (("\\ctable[]{}{}{}" ?t "tab:" "\\ref{%s}" 1 ("table" "Tabelle")))) |
| 95 | 95 | ||
| 96 | (listings "The listings package" | 96 | (listings "The listings package" |
| 97 | (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) | 97 | (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) |
| 98 | 98 | ||
| 99 | (minted "The minted package" | 99 | (minted "The minted package" |
| 100 | (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) | 100 | (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))) |
| 101 | 101 | ||
| 102 | ;; The LaTeX core stuff | 102 | ;; The LaTeX core stuff |
| 103 | (LaTeX "LaTeX default environments" | 103 | (LaTeX "LaTeX default environments" |
| @@ -584,7 +584,7 @@ will use | |||
| 584 | Any list entry may also be a symbol. If that has an association in | 584 | Any list entry may also be a symbol. If that has an association in |
| 585 | `reftex-label-alist-builtin', the cddr of that association is spliced into the | 585 | `reftex-label-alist-builtin', the cddr of that association is spliced into the |
| 586 | list. However, builtin defaults should normally be set with the variable | 586 | list. However, builtin defaults should normally be set with the variable |
| 587 | `reftex-default-label-alist-entries." | 587 | `reftex-default-label-alist-entries'." |
| 588 | :group 'reftex-defining-label-environments | 588 | :group 'reftex-defining-label-environments |
| 589 | :set 'reftex-set-dirty | 589 | :set 'reftex-set-dirty |
| 590 | :type | 590 | :type |