From 2141722416a9ee542a6da19ca7280685b097c9a8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 26 Apr 2008 20:28:08 +0000 Subject: [PATCH] Ralf Angeli Comment. --- lisp/textmodes/reftex.el | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5