diff options
| author | Chong Yidong | 2012-01-15 10:01:24 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-15 10:01:24 +0800 |
| commit | 861df977526140af8147bef4950e8863655c203d (patch) | |
| tree | 19fe187c3095f2241edbaaa32739f69f2a5b5bad /etc/tutorials | |
| parent | c85efaf73fd8447ea9da54da42a615fd59679f2d (diff) | |
| download | emacs-861df977526140af8147bef4950e8863655c203d.tar.gz emacs-861df977526140af8147bef4950e8863655c203d.zip | |
* etc/tutorials/TUTORIAL: Fix typo.
Diffstat (limited to 'etc/tutorials')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index e231d3907aa..12b22f83245 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -296,7 +296,7 @@ like A, 7, *, etc., are inserted as you type them. To insert a | |||
| 296 | Newline character, type <Return> (this is the key on the keyboard | 296 | Newline character, type <Return> (this is the key on the keyboard |
| 297 | which is sometimes labeled "Enter"). | 297 | which is sometimes labeled "Enter"). |
| 298 | 298 | ||
| 299 | To delete <DEL> the character immediately before the current cursor | 299 | To delete the character immediately before the current cursor |
| 300 | position, type <DEL>. This is the key on the keyboard usually labeled | 300 | position, type <DEL>. This is the key on the keyboard usually labeled |
| 301 | "Backspace"--the same one you normally use, outside Emacs, to delete | 301 | "Backspace"--the same one you normally use, outside Emacs, to delete |
| 302 | the last character typed. | 302 | the last character typed. |