# HG changeset patch # User Glenn Morris # Date 1209241688 0 # Node ID e1efc224c83602a57dc4a60d206fe22fcfade48b # Parent 31c4940bd6017ace5eb45ef1e7ca130bd39370f1 Ralf Angeli Comment. diff -r 31c4940bd601 -r e1efc224c836 lisp/textmodes/reftex.el --- 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)