(delete-key-deletes-forward): Doc fix.
This commit is contained in:
parent
653558a1dc
commit
f060b8348d
2 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue