diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-07 23:41:46 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-07 23:41:46 +0000 |
commit | 1ab3c04fe65d0cd33ac1bbe122bef00a4caf9dcf (patch) | |
tree | 33f68a7b78fd825f41ca8a541443b6db0f1c7b18 /lisp/ielm.el | |
parent | db648b8461c6e353c101f32675a08775c21787b5 (diff) | |
download | emacs-1ab3c04fe65d0cd33ac1bbe122bef00a4caf9dcf.tar.gz |
(ielm-prompt-read-only): Doc fix.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el index cbfbf57e36f..5ef6ff1e1eb 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -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))) |