diff options
| author | Juri Linkov | 2008-07-19 23:54:48 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-07-19 23:54:48 +0000 |
| commit | 15f5445063e27e13e52ce21962318343b62b9f38 (patch) | |
| tree | 922465f1db6923ce557529c8cc7d60248999dbac /etc/tutorials | |
| parent | 5c976973f295b44a9951c9a924aacd432cc4fb31 (diff) | |
| download | emacs-15f5445063e27e13e52ce21962318343b62b9f38.tar.gz emacs-15f5445063e27e13e52ce21962318343b62b9f38.zip | |
Add information about C-g to the introduction.
Diffstat (limited to 'etc/tutorials')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index aba9cadb088..b038f05b901 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -11,6 +11,7 @@ write that in full each time, we'll use the following abbreviations: | |||
| 11 | ESC key and then type <chr>. We write <ESC> for the ESC key. | 11 | ESC key and then type <chr>. We write <ESC> for the ESC key. |
| 12 | 12 | ||
| 13 | Important note: to end the Emacs session, type C-x C-c. (Two characters.) | 13 | Important note: to end the Emacs session, type C-x C-c. (Two characters.) |
| 14 | To quit a partially entered command, type C-g. | ||
| 14 | The characters ">>" at the left margin indicate directions for you to | 15 | The characters ">>" at the left margin indicate directions for you to |
| 15 | try using a command. For instance: | 16 | try using a command. For instance: |
| 16 | <<Blank lines inserted around following line by help-with-tutorial>> | 17 | <<Blank lines inserted around following line by help-with-tutorial>> |