aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-15 16:42:43 +0000
committerJuanma Barranquero2007-11-15 16:42:43 +0000
commit3784ec80cec27405269e1110a8b7af7e730e9cf8 (patch)
treee70b90011e220e43049be535d6279a85a75c3157 /lisp
parentb414f3715399ed603c03d02c3006259fe6cd12a2 (diff)
downloademacs-3784ec80cec27405269e1110a8b7af7e730e9cf8.tar.gz
emacs-3784ec80cec27405269e1110a8b7af7e730e9cf8.zip
(normal-erase-is-backspace): Fix typos in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el4
1 files changed, 2 insertions, 2 deletions
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."
5646;;; Handling of Backspace and Delete keys. 5646;;; Handling of Backspace and Delete keys.
5647 5647
5648(defcustom normal-erase-is-backspace 'maybe 5648(defcustom normal-erase-is-backspace 'maybe
5649 "Set the default behaviour of the Delete and Backspace keys. 5649 "Set the default behavior of the Delete and Backspace keys.
5650 5650
5651If set to t, Delete key deletes forward and Backspace key deletes 5651If set to t, Delete key deletes forward and Backspace key deletes
5652backward. 5652backward.
@@ -5654,7 +5654,7 @@ backward.
5654If set to nil, both Delete and Backspace keys delete backward. 5654If set to nil, both Delete and Backspace keys delete backward.
5655 5655
5656If set to 'maybe (which is the default), Emacs automatically 5656If set to 'maybe (which is the default), Emacs automatically
5657selects a behaviour. On window systems, the behaviour depends on 5657selects a behavior. On window systems, the behavior depends on
5658the keyboard used. If the keyboard has both a Backspace key and 5658the keyboard used. If the keyboard has both a Backspace key and
5659a Delete key, and both are mapped to their usual meanings, the 5659a Delete key, and both are mapped to their usual meanings, the
5660option's default value is set to t, so that Backspace can be used 5660option's default value is set to t, so that Backspace can be used