diff options
author | Chong Yidong <cyd@gnu.org> | 2012-01-15 10:01:24 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-01-15 10:01:24 +0800 |
commit | 861df977526140af8147bef4950e8863655c203d (patch) | |
tree | 19fe187c3095f2241edbaaa32739f69f2a5b5bad /etc/tutorials/TUTORIAL | |
parent | c85efaf73fd8447ea9da54da42a615fd59679f2d (diff) | |
download | emacs-861df977526140af8147bef4950e8863655c203d.tar.gz |
* etc/tutorials/TUTORIAL: Fix typo.
Diffstat (limited to 'etc/tutorials/TUTORIAL')
-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 Newline character, type <Return> (this is the key on the keyboard which is sometimes labeled "Enter"). -To delete <DEL> the character immediately before the current cursor +To delete the character immediately before the current cursor position, type <DEL>. This is the key on the keyboard usually labeled "Backspace"--the same one you normally use, outside Emacs, to delete the last character typed. |