1
0
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:
Luc Teirlinck 2005-04-05 01:21:23 +00:00
parent a9aa7c74c6
commit ee298b369e

View File

@ -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)))