From: Eli Zaretskii <eliz@gnu.org> Date: Fri, 6 Apr 2001 13:36:54 +0000 (+0000) Subject: (normal-erase-is-backspace-mode): Doc fix. X-Git-Tag: emacs-pretest-21.0.103~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e02160a302046db34e133ef0c494989f9627ef72;p=emacs.git (normal-erase-is-backspace-mode): Doc fix. --- 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 <eliz@is.elta.co.il> + + * simple.el (normal-erase-is-backspace-mode): Doc fix. + 2001-04-06 Dave Love <fx@gnu.org> * 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