]> git.eshelyaron.com Git - emacs.git/commitdiff
(normal-erase-is-backspace-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Apr 2001 13:36:54 +0000 (13:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Apr 2001 13:36:54 +0000 (13:36 +0000)
lisp/ChangeLog
lisp/simple.el

index e28048bb60eac9c206821f0d2c15022dcc34480e..4bb2171c17c23b0e626bbb77f7c0950e8c4681af 100644 (file)
@@ -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):
index 6f270128ce16d9551f7f9c1ae6e1e959691a9fbc..9d2d78a8f44d4075b0b3b3820b502ae0d2a357b8 100644 (file)
@@ -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