mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(comint-prompt-read-only): Doc fix.
This commit is contained in:
parent
a9aa7c74c6
commit
ee298b369e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue