diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93e22172af2..fb551c1dc8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-01-06 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a | ||
| 4 | `Texinfo' entry. | ||
| 5 | |||
| 1 | 2014-01-06 Daniel Colascione <dancol@dancol.org> | 6 | 2014-01-06 Daniel Colascione <dancol@dancol.org> |
| 2 | 7 | ||
| 3 | Fix defun navigation in vc log view. | 8 | Fix defun navigation in vc log view. |
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 27c829f3075..3b497f2fb11 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -127,7 +127,10 @@ | |||
| 127 | 127 | ||
| 128 | ;; The label macro is hard coded, but it *could* be defined like this: | 128 | ;; The label macro is hard coded, but it *could* be defined like this: |
| 129 | ;;("\\label{*}" nil nil nil nil) | 129 | ;;("\\label{*}" nil nil nil nil) |
| 130 | ))) | 130 | )) |
| 131 | |||
| 132 | ;; Texinfo | ||
| 133 | (Texinfo "Texinfo default environments" nil)) | ||
| 131 | "The default label environment descriptions. | 134 | "The default label environment descriptions. |
| 132 | Lower-case symbols correspond to a style file of the same name in the LaTeX | 135 | Lower-case symbols correspond to a style file of the same name in the LaTeX |
| 133 | distribution. Mixed-case symbols are convenience aliases.") | 136 | distribution. Mixed-case symbols are convenience aliases.") |