mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
(Info-mode-map): Bind M-s like s.
This commit is contained in:
parent
11183104f3
commit
47fc33caf0
1 changed files with 2 additions and 0 deletions
|
|
@ -1415,6 +1415,8 @@ If no reference to follow, moves to the next node, or up if none."
|
|||
(define-key Info-mode-map "p" 'Info-prev)
|
||||
(define-key Info-mode-map "q" 'Info-exit)
|
||||
(define-key Info-mode-map "s" 'Info-search)
|
||||
;; For consistency with Rmail.
|
||||
(define-key Info-mode-map "\M-s" 'Info-search)
|
||||
(define-key Info-mode-map "t" 'Info-top-node)
|
||||
(define-key Info-mode-map "u" 'Info-up)
|
||||
(define-key Info-mode-map "," 'Info-index-next)
|
||||
|
|
|
|||
Loading…
Reference in a new issue