aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJim Blandy1992-01-09 05:06:34 +0000
committerJim Blandy1992-01-09 05:06:34 +0000
commit10a4c11f7e8d1bcb8448a7771850b95c7c46caba (patch)
tree7daac1a5fee21309d54e7cb53ac17e02b9fba11a /etc
parente652a34a67f502767cd6e06800690438e4843a18 (diff)
downloademacs-10a4c11f7e8d1bcb8448a7771850b95c7c46caba.tar.gz
emacs-10a4c11f7e8d1bcb8448a7771850b95c7c46caba.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/TUTORIAL24
1 files changed, 15 insertions, 9 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index db88bc3ed74..98e1243837a 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -790,11 +790,11 @@ To get more information on the command, use C-h k instead of C-h c.
790 790
791>> Type C-h k Control-p. 791>> Type C-h k Control-p.
792 792
793This displays the documentation of the function, as well as its name, 793This displays the documentation of the function, as well as its
794in an Emacs window. When you are finished reading the output, type 794name, in an Emacs window. When you are finished reading the
795C-x 1 to get rid of the help text. You do not have to do this right 795output, type C-x 1 to get rid of the help text. You do not have
796away. You can do some editing based on the help text before you type 796to do this right away. You can do some editing while referring
797C-x 1. 797to the help text and then type C-x 1.
798 798
799Here are some other useful C-h options: 799Here are some other useful C-h options:
800 800
@@ -811,10 +811,16 @@ Here are some other useful C-h options:
811 For some commands, Command Apropos will also list a one 811 For some commands, Command Apropos will also list a one
812 or two character sequence which has the same effect. 812 or two character sequence which has the same effect.
813 813
814>> Type C-h a file<Return>. You will see a list of all M-x commands 814>> Type C-h a file<Return>.
815with "file" in their names. You will also see commands 815
816like C-x C-f and C-x C-w, listed beside the command names 816This displays in another window a list of all M-x commands with
817find-file and write-file. 817"file" in their names. You will also see commands like C-x C-f
818and C-x C-w, listed beside the command names find-file and
819write-file.
820
821>> Type C-M-v to scroll the help window. Do this a few times.
822
823>> Type C-x 1 to delete the help window.
818 824
819 825
820CONCLUSION 826CONCLUSION