mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(Info-{first,second,third,fourth,fifth}-menu-item): Removed.
(Info-nth-menu-item): New function; bound to 1..9. Bind 0 to undefined, not to Info-nth-menu-item.
This commit is contained in:
parent
e38e736708
commit
82a4c0084e
@ -850,7 +850,7 @@ At end of the node's text, moves to the next node."
|
||||
(define-key Info-mode-map "7" 'Info-nth-menu-item)
|
||||
(define-key Info-mode-map "8" 'Info-nth-menu-item)
|
||||
(define-key Info-mode-map "9" 'Info-nth-menu-item)
|
||||
(define-key Info-mode-map "0" 'Info-nth-menu-item)
|
||||
(define-key Info-mode-map "0" 'undefined)
|
||||
(define-key Info-mode-map "?" 'Info-summary)
|
||||
(define-key Info-mode-map "]" 'Info-forward-node)
|
||||
(define-key Info-mode-map "[" 'Info-backward-node)
|
||||
|
Loading…
Reference in New Issue
Block a user