diff lisp/textmodes/reftex.el @ 94384:e1efc224c836

Ralf Angeli <angeli at caeruleus.net> Comment.
author Glenn Morris <rgm@gnu.org>
date Sat, 26 Apr 2008 20:28:08 +0000
parents 1e3a407766b9
children f4a69fedbd46
line wrap: on
line diff
--- a/lisp/textmodes/reftex.el	Sat Apr 26 20:14:30 2008 +0000
+++ b/lisp/textmodes/reftex.el	Sat Apr 26 20:28:08 2008 +0000
@@ -2404,6 +2404,10 @@
  '(define-key bibtex-mode-map "\C-c&" 'reftex-view-crossref-from-bibtex))
 
 ;; If the user requests so, she can have a few more bindings:
+;; For most of these commands there are already bindings in place.
+;; Setting `reftex-extra-bindings' really is only there to spare users
+;; the hassle of defining bindings in the user space themselves.  This
+;; is why they violate the key binding recommendations.
 (when reftex-extra-bindings
   (loop for x in
         '(("\C-ct" . reftex-toc)