From: Juanma Barranquero Date: Thu, 15 Nov 2007 16:42:43 +0000 (+0000) Subject: (normal-erase-is-backspace): Fix typos in docstring. X-Git-Tag: emacs-pretest-23.0.90~9725 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3784ec80cec27405269e1110a8b7af7e730e9cf8;p=emacs.git (normal-erase-is-backspace): Fix typos in docstring. --- diff --git a/lisp/simple.el b/lisp/simple.el index 572d7d689a7..f49921e60dc 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5646,7 +5646,7 @@ front of the list of recently selected ones." ;;; Handling of Backspace and Delete keys. (defcustom normal-erase-is-backspace 'maybe - "Set the default behaviour of the Delete and Backspace keys. + "Set the default behavior of the Delete and Backspace keys. If set to t, Delete key deletes forward and Backspace key deletes backward. @@ -5654,7 +5654,7 @@ backward. If set to nil, both Delete and Backspace keys delete backward. If set to 'maybe (which is the default), Emacs automatically -selects a behaviour. On window systems, the behaviour depends on +selects a behavior. On window systems, the behavior depends on the keyboard used. If the keyboard has both a Backspace key and a Delete key, and both are mapped to their usual meanings, the option's default value is set to t, so that Backspace can be used