# HG changeset patch # User Eli Zaretskii # Date 986564072 0 # Node ID dadde28d1d99b96c8949fc6cdf40398933a6bf86 # Parent 197d2a7cc9d604cf202e2cfc492b6c4fb38c29a4 (normal-erase-is-backspace-mode): Doc fix. diff -r 197d2a7cc9d6 -r dadde28d1d99 lisp/simple.el --- a/lisp/simple.el Fri Apr 06 13:09:33 2001 +0000 +++ b/lisp/simple.el Fri Apr 06 13:34:32 2001 +0000 @@ -4076,7 +4076,7 @@ (defun normal-erase-is-backspace-mode (&optional arg) "Toggle the Erase and Delete mode of the Backspace and Delete keys. -With numeric arg, turn the mode on if and only ARG is positive. +With numeric arg, turn the mode on if and only if ARG is positive. On window systems, when this mode is on, Delete is mapped to C-d and Backspace is mapped to DEL; when this mode is off, both Delete and