summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2014-01-06 12:15:42 +0100
committerTassilo Horn <tsdh@gnu.org>2014-01-06 12:15:42 +0100
commita0031f97ff0f8631ee2b28b0a6624dafc6c4f2ae (patch)
tree7ddf593a00014bbfcab9662785a5badd67e59514
parentbf6a77f31c3c5618cd37cb7c70b6e9a29df9bce2 (diff)
downloademacs-a0031f97ff0f8631ee2b28b0a6624dafc6c4f2ae.tar.gz
Add `Texinfo' entry to reftex-label-alist-builtin.
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a `Texinfo' entry.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/reftex-vars.el5
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 @@
+2014-01-06 Tassilo Horn <tsdh@gnu.org>
+
+ * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
+ `Texinfo' entry.
+
2014-01-06 Daniel Colascione <dancol@dancol.org>
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 @@
;; The label macro is hard coded, but it *could* be defined like this:
;;("\\label{*}" nil nil nil nil)
- )))
+ ))
+
+ ;; Texinfo
+ (Texinfo "Texinfo default environments" nil))
"The default label environment descriptions.
Lower-case symbols correspond to a style file of the same name in the LaTeX
distribution. Mixed-case symbols are convenience aliases.")