From e02160a302046db34e133ef0c494989f9627ef72 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 6 Apr 2001 13:36:54 +0000 Subject: [PATCH] (normal-erase-is-backspace-mode): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e28048bb60e..4bb2171c17c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-04-06 Eli Zaretskii + + * simple.el (normal-erase-is-backspace-mode): Doc fix. + 2001-04-06 Dave Love * international/encoded-kb.el (encoded-kbd-self-insert-ccl): diff --git a/lisp/simple.el b/lisp/simple.el index 6f270128ce1..9d2d78a8f44 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4076,7 +4076,7 @@ call `normal-erase-is-backspace-mode' (which see) instead." (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 -- 2.39.2