diff options
| author | Juanma Barranquero | 2007-11-15 16:42:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 16:42:43 +0000 |
| commit | 3784ec80cec27405269e1110a8b7af7e730e9cf8 (patch) | |
| tree | e70b90011e220e43049be535d6279a85a75c3157 /lisp | |
| parent | b414f3715399ed603c03d02c3006259fe6cd12a2 (diff) | |
| download | emacs-3784ec80cec27405269e1110a8b7af7e730e9cf8.tar.gz emacs-3784ec80cec27405269e1110a8b7af7e730e9cf8.zip | |
(normal-erase-is-backspace): Fix typos in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 4 |
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 | ||
| 5651 | If set to t, Delete key deletes forward and Backspace key deletes | 5651 | If set to t, Delete key deletes forward and Backspace key deletes |
| 5652 | backward. | 5652 | backward. |
| @@ -5654,7 +5654,7 @@ backward. | |||
| 5654 | If set to nil, both Delete and Backspace keys delete backward. | 5654 | If set to nil, both Delete and Backspace keys delete backward. |
| 5655 | 5655 | ||
| 5656 | If set to 'maybe (which is the default), Emacs automatically | 5656 | If set to 'maybe (which is the default), Emacs automatically |
| 5657 | selects a behaviour. On window systems, the behaviour depends on | 5657 | selects a behavior. On window systems, the behavior depends on |
| 5658 | the keyboard used. If the keyboard has both a Backspace key and | 5658 | the keyboard used. If the keyboard has both a Backspace key and |
| 5659 | a Delete key, and both are mapped to their usual meanings, the | 5659 | a Delete key, and both are mapped to their usual meanings, the |
| 5660 | option's default value is set to t, so that Backspace can be used | 5660 | option's default value is set to t, so that Backspace can be used |