Rename delete-key-deletes-forward.

This commit is contained in:
Eli Zaretskii 2001-04-05 20:50:58 +00:00
parent 5359ed910b
commit 21d84d66a0

View file

@ -353,25 +353,27 @@ menu or the Edit menu if there is no major mode menu.
** Variable `load-path' is no longer customizable because it contains
a version-dependent component.
** The new user-option `delete-key-deletes-forward' can be set to
let the Delete function key delete forward instead of backward.
** The new user-option `normal-erase-is-backspace' can be set to
determine the effect of the Delete and Backspace function keys.
On window systems, the default value of this option is chosen
according to the keyboard used. If the keyboard has both a Backspace
key and a Delete key, and both are mapped to their usual meanings, the
option's default value is set to t, so that Backspace can be used to
delete backward, and Delete can be used to delete forward.
delete backward, and Delete can be used to delete forward. On
keyboards which either have only one key (usually labeled DEL), or two
keys DEL and BS which produce the same effect, the option's value is
set to nil, and these keys delete backward.
If not running under a window system, setting this option accomplishes
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.
the F1 key. You should probably not use this setting on a text-only
terminal if you don't have both Backspace, Delete and F1 keys.
Programmatically, you can call function
delete-key-deletes-forward-mode to toggle the behavior of the Delete
key.
Programmatically, you can call function normal-erase-is-backspace-mode
to toggle the behavior of the Delete and Backspace keys.
+++
** C-u C-x = provides detailed information about the character at