How about the following, for consistency with info? *** lisp/help-mode.el 06 Mar 2005 19:32:32 +0100 1.31 --- lisp/help-mode.el 27 Apr 2005 18:26:57 +0200 *************** *** 40,45 **** --- 40,46 ---- (define-key help-mode-map [mouse-2] 'help-follow-mouse) (define-key help-mode-map "\C-c\C-b" 'help-go-back) + (define-key help-mode-map "l" 'help-go-back) (define-key help-mode-map "\C-c\C-c" 'help-follow) ;; Documentation only, since we use minor-mode-overriding-map-alist. (define-key help-mode-map "\r" 'help-follow)
-- Daniel Brockman <[EMAIL PROTECTED]> _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel