Mercurial > emacs
diff lisp/help.el @ 21708:280e4b4cbd2a
(help-mode-map): Add S-tab, like backtab.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Wed, 22 Apr 1998 11:40:18 +0000 |
| parents | 9ebbb53c1c20 |
| children | 9c71660c0a8d |
line wrap: on
line diff
--- a/lisp/help.el Wed Apr 22 10:26:10 1998 +0000 +++ b/lisp/help.el Wed Apr 22 11:40:18 1998 +0000 @@ -96,6 +96,7 @@ (define-key help-mode-map "\C-c\C-c" 'help-follow) (define-key help-mode-map "\t" 'help-next-ref) (define-key help-mode-map [backtab] 'help-previous-ref) +(define-key help-mode-map [(shift tab)] 'help-previous-ref) ;; Documentation only, since we use minor-mode-overriding-map-alist. (define-key help-mode-map "\r" 'help-follow)
