From: Glenn Morris Date: Sat, 26 Apr 2008 20:28:08 +0000 (+0000) Subject: Ralf Angeli X-Git-Tag: emacs-pretest-23.0.90~6017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2141722416a9ee542a6da19ca7280685b097c9a8;p=emacs.git Ralf Angeli Comment. --- diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 3f6244bf4c8..eb81ec9e4e3 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -2404,6 +2404,10 @@ IGNORE-WORDS List of words which should be removed from the string." '(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)