]> git.eshelyaron.com Git - emacs.git/commitdiff
(ielm-prompt-read-only): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 7 Apr 2005 23:41:46 +0000 (23:41 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 7 Apr 2005 23:41:46 +0000 (23:41 +0000)
lisp/ielm.el

index cbfbf57e36fcc490208fde1b52e1e9a7486c928b..5ef6ff1e1eb0084f33a013c7d2df1c1f5fd3f1e8 100644 (file)
@@ -65,7 +65,7 @@ wish to put something like the following in your `.emacs' file:
 
 \(add-hook 'ielm-mode-hook
          '(lambda ()
-            (define-key ielm-map \"\C-w\" 'comint-kill-region)
+            (define-key ielm-map \"\\C-w\" 'comint-kill-region)
             (define-key ielm-map [C-S-backspace]
               'comint-kill-whole-line)))