emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bind `l' to `help-go-back'?


From: Daniel Brockman
Subject: Bind `l' to `help-go-back'?
Date: Wed, 27 Apr 2005 18:29:01 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/22.0.50 (gnu/linux)

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 <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]