unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bind `l' to `help-go-back'?
@ 2005-04-27 16:29 Daniel Brockman
  0 siblings, 0 replies; only message in thread
From: Daniel Brockman @ 2005-04-27 16:29 UTC (permalink / raw)


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 <daniel@brockman.se>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-27 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-27 16:29 Bind `l' to `help-go-back'? Daniel Brockman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).