diff options
| author | Jorge P. de Morais Neto | 2020-08-09 13:47:13 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-08-09 13:47:13 +0200 |
| commit | db77e9a0da934ba40950bc1306df61b6785843e0 (patch) | |
| tree | 640cd55594dd069e48344d9993c0177fd68a3ec9 /etc/tutorials | |
| parent | 55bcb3f7e05c01d86778f1a2b7caccf72124614d (diff) | |
| download | emacs-db77e9a0da934ba40950bc1306df61b6785843e0.tar.gz emacs-db77e9a0da934ba40950bc1306df61b6785843e0.zip | |
TUTORIAL: "buffer" vs "file" consistency; capitalize Dired
* etc/tutorials/TUTORIAL: For consistency with C-x s ("save some
buffers") and for accuracy, describe C-x C-s as "Save buffer to
file"), and then C-x s as "Save some buffers to their files"
(bug#39359). Also capitalize "Dired".
Copyright-paperwork-exempt: yes
Diffstat (limited to 'etc/tutorials')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index eb3acde9c01..227c13f3e3a 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -612,11 +612,11 @@ but it also means that you need a convenient way to save the first | |||
| 612 | file's buffer. Having to switch back to that buffer, in order to save | 612 | file's buffer. Having to switch back to that buffer, in order to save |
| 613 | it with C-x C-s, would be a nuisance. So we have | 613 | it with C-x C-s, would be a nuisance. So we have |
| 614 | 614 | ||
| 615 | C-x s Save some buffers | 615 | C-x s Save some buffers to their files |
| 616 | 616 | ||
| 617 | C-x s asks you about each buffer which contains changes that you have | 617 | C-x s asks you about each file-visiting buffer which contains changes |
| 618 | not saved. It asks you, for each such buffer, whether to save the | 618 | that you have not saved. It asks you, for each such buffer, whether |
| 619 | buffer. | 619 | to save the buffer to its file. |
| 620 | 620 | ||
| 621 | >> Insert a line of text, then type C-x s. | 621 | >> Insert a line of text, then type C-x s. |
| 622 | It should ask you whether to save the buffer named TUTORIAL. | 622 | It should ask you whether to save the buffer named TUTORIAL. |
| @@ -660,8 +660,8 @@ as by a mail handling utility. | |||
| 660 | There are many C-x commands. Here is a list of the ones you have learned: | 660 | There are many C-x commands. Here is a list of the ones you have learned: |
| 661 | 661 | ||
| 662 | C-x C-f Find file | 662 | C-x C-f Find file |
| 663 | C-x C-s Save file | 663 | C-x C-s Save buffer to file |
| 664 | C-x s Save some buffers | 664 | C-x s Save some buffers to their files |
| 665 | C-x C-b List buffers | 665 | C-x C-b List buffers |
| 666 | C-x b Switch buffer | 666 | C-x b Switch buffer |
| 667 | C-x C-c Quit Emacs | 667 | C-x C-c Quit Emacs |
| @@ -1081,7 +1081,7 @@ corresponding command names (such as C-x C-f beside find-file). | |||
| 1081 | You can learn more about Emacs by reading its manual, either as a | 1081 | You can learn more about Emacs by reading its manual, either as a |
| 1082 | printed book, or inside Emacs (use the Help menu or type C-h r). | 1082 | printed book, or inside Emacs (use the Help menu or type C-h r). |
| 1083 | Two features that you may like especially are completion, which saves | 1083 | Two features that you may like especially are completion, which saves |
| 1084 | typing, and dired, which simplifies file handling. | 1084 | typing, and Dired, which simplifies file handling. |
| 1085 | 1085 | ||
| 1086 | Completion is a way to avoid unnecessary typing. For instance, if you | 1086 | Completion is a way to avoid unnecessary typing. For instance, if you |
| 1087 | want to switch to the *Messages* buffer, you can type C-x b *M<Tab> | 1087 | want to switch to the *Messages* buffer, you can type C-x b *M<Tab> |