1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

(ielm-prompt-read-only): Doc fix.

This commit is contained in:
Luc Teirlinck 2005-04-07 23:41:46 +00:00
parent db648b8461
commit 1ab3c04fe6

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