summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-04-05 20:50:58 +0000
committerEli Zaretskii <eliz@gnu.org>2001-04-05 20:50:58 +0000
commit21d84d66a07416c6b66d4bc7e14e27fc623a5092 (patch)
tree8cb7fb92c5446e2211ae6131acfbc1c39b0aaa08
parent5359ed910b32554e115129f844b02fa72800e1b7 (diff)
downloademacs-21d84d66a07416c6b66d4bc7e14e27fc623a5092.tar.gz
Rename delete-key-deletes-forward.
-rw-r--r--etc/NEWS18
1 files changed, 10 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 44093e124e8..03d5b87a399 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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