changeset 37230:343f5ea2a31c

Rename delete-key-deletes-forward.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 05 Apr 2001 20:50:58 +0000
parents 80947e6a8952
children 8a086ca42e43
files etc/NEWS
diffstat 1 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Apr 05 20:43:24 2001 +0000
+++ b/etc/NEWS	Thu Apr 05 20:50:58 2001 +0000
@@ -353,25 +353,27 @@
 ** 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.
-
-Programmatically, you can call function
-delete-key-deletes-forward-mode to toggle the behavior of the Delete
-key.
+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 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