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:
parent
db648b8461
commit
1ab3c04fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue