Mercurial > emacs
changeset 37248:dadde28d1d99
(normal-erase-is-backspace-mode): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 06 Apr 2001 13:34:32 +0000 |
parents | 197d2a7cc9d6 |
children | 61f9346a42a6 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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