mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
(comint-prompt-read-only): Doc fix.
This commit is contained in:
parent
a9aa7c74c6
commit
ee298b369e
@ -186,7 +186,7 @@ wish to put something like the following in your `.emacs' file:
|
||||
|
||||
\(add-hook 'comint-mode-hook
|
||||
(lambda ()
|
||||
(define-key comint-mode-map \"\C-w\" 'comint-kill-region)
|
||||
(define-key comint-mode-map \"\\C-w\" 'comint-kill-region)
|
||||
(define-key comint-mode-map [C-S-backspace]
|
||||
'comint-kill-whole-line)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user