]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-prompt-read-only): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 5 Apr 2005 01:21:23 +0000 (01:21 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 5 Apr 2005 01:21:23 +0000 (01:21 +0000)
lisp/comint.el

index feb0bb83de30f769b14a73626fa2b1beb81dd006..57281181ae98f4e91c537552dc9c81f07d7a595c 100644 (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)))