diff options
author | Tassilo Horn <tsdh@gnu.org> | 2015-09-16 10:36:01 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2015-09-16 10:36:01 +0200 |
commit | bc67e467603afe8ca1b9751b23a663e2e0d65f57 (patch) | |
tree | 116b02d6f332220c164aa82fb3e0fd2027f0c1b7 /lisp/textmodes/reftex-vars.el | |
parent | 55a9b2e620f4236bb491b6e1bf54c382510adb87 (diff) | |
download | emacs-bc67e467603afe8ca1b9751b23a663e2e0d65f57.tar.gz emacs-bc67e467603afe8ca1b9751b23a663e2e0d65f57.tar.bz2 emacs-bc67e467603afe8ca1b9751b23a663e2e0d65f57.zip |
Clarify reftex-extra-bindings docs.
* lisp/textmodes/reftex-vars.el (reftex-extra-bindings): Document that
the variable only has an effect at load-time.
* doc/misc/reftex.texi (Key Bindings): Ditto.
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 3 |
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." (defcustom reftex-extra-bindings nil "Non-nil means, make additional key bindings on startup. -These extra bindings are located in the users `C-c letter' map." +These extra bindings are located in the users `C-c letter' map. +Note that this variable needs to be set before reftex is loaded." :group 'reftex-miscellaneous-configurations :type 'boolean) |