Mercurial > emacs
changeset 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 | 7b76832ac019 |
children | 64adf1f4d54d |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)