mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(help-mode-map): Add S-tab, like backtab.
This commit is contained in:
parent
31354c30f6
commit
306a5e68ac
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user