(delete-key-deletes-forward): Doc fix.

This commit is contained in:
Gerd Moellmann 2000-12-22 12:50:39 +00:00
parent 653558a1dc
commit f060b8348d
2 changed files with 8 additions and 1 deletions

View file

@ -4010,7 +4010,10 @@ a similar effect by mapping C-h, which is usually generated by the
Backspace key, to DEL, and by mapping DEL to C-d via
`keyboard-translate'. The former functionality of C-h is available on
the F1 key. You should probably not use this setting if you don't
have both Backspace, Delete and F1 keys."
have both Backspace, Delete and F1 keys.
Setting this variable with setq doesn't take effect. Programmatically,
call `delete-key-deleted-forward-mode' instead."
:type 'boolean
:group 'editing-basics
:version "21.1"