diff options
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 e72b972441e..4e6d7b9b287 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -4,7 +4,7 @@ Emacs commands generally involve the CONTROL key (often labeled CTRL) | |||
| 4 | or the META key (usually labeled ALT). Rather than writing that | 4 | or the META key (usually labeled ALT). Rather than writing that |
| 5 | in full each time, we'll use the following abbreviations: | 5 | in full each time, we'll use the following abbreviations: |
| 6 | 6 | ||
| 7 | C-<chr> means hold the CONTROL key while typing the character <chr> | 7 | C-<chr> means hold the CONTROL key while typing the character <chr>. |
| 8 | Thus, C-f would be: hold the CONTROL key and type f. | 8 | Thus, C-f would be: hold the CONTROL key and type f. |
| 9 | M-<chr> means hold the META or ALT key down while typing <chr>. | 9 | M-<chr> means hold the META or ALT key down while typing <chr>. |
| 10 | If there is no META or ALT key, instead press and release the | 10 | If there is no META or ALT key, instead press and release the |