(Man-mode-map): Delete `toggle-truncate-lines' binding.
This commit is contained in:
parent
599431abfb
commit
e1bd1cb037
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ This regular expression should start with a `^' character.")
|
|||
(define-key Man-mode-map "<" 'beginning-of-buffer)
|
||||
(define-key Man-mode-map "." 'beginning-of-buffer)
|
||||
(define-key Man-mode-map "r" 'Man-follow-manual-reference)
|
||||
(define-key Man-mode-map "t" 'toggle-truncate-lines)
|
||||
(define-key Man-mode-map "g" 'Man-goto-section)
|
||||
(define-key Man-mode-map "s" 'Man-goto-see-also-section)
|
||||
(define-key Man-mode-map "k" 'Man-kill)
|
||||
|
|
Loading…
Add table
Reference in a new issue