aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tutorials')
-rw-r--r--etc/tutorials/TUTORIAL14
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
612file's buffer. Having to switch back to that buffer, in order to save 612file's buffer. Having to switch back to that buffer, in order to save
613it with C-x C-s, would be a nuisance. So we have 613it 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
617C-x s asks you about each buffer which contains changes that you have 617C-x s asks you about each file-visiting buffer which contains changes
618not saved. It asks you, for each such buffer, whether to save the 618that you have not saved. It asks you, for each such buffer, whether
619buffer. 619to 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.
660There are many C-x commands. Here is a list of the ones you have learned: 660There 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).
1081You can learn more about Emacs by reading its manual, either as a 1081You can learn more about Emacs by reading its manual, either as a
1082printed book, or inside Emacs (use the Help menu or type C-h r). 1082printed book, or inside Emacs (use the Help menu or type C-h r).
1083Two features that you may like especially are completion, which saves 1083Two features that you may like especially are completion, which saves
1084typing, and dired, which simplifies file handling. 1084typing, and Dired, which simplifies file handling.
1085 1085
1086Completion is a way to avoid unnecessary typing. For instance, if you 1086Completion is a way to avoid unnecessary typing. For instance, if you
1087want to switch to the *Messages* buffer, you can type C-x b *M<Tab> 1087want to switch to the *Messages* buffer, you can type C-x b *M<Tab>