aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-vars.el5
1 files changed, 4 insertions, 1 deletions
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.
132Lower-case symbols correspond to a style file of the same name in the LaTeX 135Lower-case symbols correspond to a style file of the same name in the LaTeX
133distribution. Mixed-case symbols are convenience aliases.") 136distribution. Mixed-case symbols are convenience aliases.")