aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/reftex-vars.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 482dd4c6396..357a0938e6a 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -1991,7 +1991,8 @@ symbol indicating in what context the hook is called."
1991 1991
1992(defcustom reftex-extra-bindings nil 1992(defcustom reftex-extra-bindings nil
1993 "Non-nil means, make additional key bindings on startup. 1993 "Non-nil means, make additional key bindings on startup.
1994These extra bindings are located in the users `C-c letter' map." 1994These extra bindings are located in the users `C-c letter' map.
1995Note that this variable needs to be set before reftex is loaded."
1995 :group 'reftex-miscellaneous-configurations 1996 :group 'reftex-miscellaneous-configurations
1996 :type 'boolean) 1997 :type 'boolean)
1997 1998