diff options
| author | Stefan Kangas | 2021-12-07 13:28:39 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-07 13:28:39 +0100 |
| commit | db56e32d1241a6573cb7b688362669abec28e648 (patch) | |
| tree | 5c326030d3425c1e5691eee5f78603c26b03a26e | |
| parent | 00e6aeacf2540b0dc621208577c1c725e3a533b2 (diff) | |
| download | emacs-db56e32d1241a6573cb7b688362669abec28e648.tar.gz emacs-db56e32d1241a6573cb7b688362669abec28e648.zip | |
* etc/tutorials/TUTORIAL: Say that there is usually a delete key.
| -rw-r--r-- | etc/tutorials/TUTORIAL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index cbb333470a0..c5f2e684c42 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -304,8 +304,8 @@ position, type <DEL>. This is the key on the keyboard usually labeled | |||
| 304 | "Backspace"--the same one you normally use, outside Emacs, to delete | 304 | "Backspace"--the same one you normally use, outside Emacs, to delete |
| 305 | the last character typed. | 305 | the last character typed. |
| 306 | 306 | ||
| 307 | There may also be another key on your keyboard labeled <Delete>, but | 307 | There is usually another key on your keyboard labeled <Delete>, but |
| 308 | that's not the one we refer to as <DEL>. | 308 | that's not the one we refer to as <DEL> in Emacs. |
| 309 | 309 | ||
| 310 | >> Do this now--type a few characters, then delete them by | 310 | >> Do this now--type a few characters, then delete them by |
| 311 | typing <DEL> a few times. Don't worry about this file | 311 | typing <DEL> a few times. Don't worry about this file |