diff options
| author | Bastien Guerry | 2012-01-27 12:05:51 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2012-01-27 12:05:51 +0100 |
| commit | 5d7d5e5d752116eeb1a740cd336da8dcca85e7ef (patch) | |
| tree | 83469b927887b6dbc8062663a37f22b343a52f66 /etc/tutorials/TUTORIAL | |
| parent | a268160b063e99a515fb4356ffd2db1c73ada2b6 (diff) | |
| download | emacs-5d7d5e5d752116eeb1a740cd336da8dcca85e7ef.tar.gz emacs-5d7d5e5d752116eeb1a740cd336da8dcca85e7ef.zip | |
Major update of TUTORIAL.fr and tiny fix to TUTORIAL.
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 12b22f83245..0f33c734f4a 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -379,7 +379,7 @@ Reinsertion of killed text is called "yanking". Generally, the | |||
| 379 | commands that can remove a lot of text kill the text (they are set up so | 379 | commands that can remove a lot of text kill the text (they are set up so |
| 380 | that you can yank the text), while the commands that remove just one | 380 | that you can yank the text), while the commands that remove just one |
| 381 | character, or only remove blank lines and spaces, do deletion (so you | 381 | character, or only remove blank lines and spaces, do deletion (so you |
| 382 | cannot yank that text). <DEL> and C-d do deletion in the simplest | 382 | cannot yank that text). <DEL> and C-d do deletion in the simplest |
| 383 | case, with no argument. When given an argument, they kill instead. | 383 | case, with no argument. When given an argument, they kill instead. |
| 384 | 384 | ||
| 385 | >> Move the cursor to the beginning of a line which is not empty. | 385 | >> Move the cursor to the beginning of a line which is not empty. |