Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ee31752e
Commit
ee31752e
authored
Aug 02, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention a few more "C-h" commands.
parent
08220274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
etc/TUTORIAL
etc/TUTORIAL
+14
-0
No files found.
etc/TUTORIAL
View file @
ee31752e
...
...
@@ -992,6 +992,10 @@ Here are some other useful C-h options:
This prints all the information Emacs has about the
function which implements the C-p command.
A similar command C-h v prints the documentation of variables whose
values you can set to customize Emacs behavior. You need to type in
the name of the variable when Emacs prompts for it.
C-h a Command Apropos. Type in a keyword and Emacs will list
all the commands whose names contain that keyword.
These commands can all be invoked with Meta-x.
...
...
@@ -1008,6 +1012,16 @@ beside the corresponding command names such as find-file.
>> Type C-x 1 to delete the help window.
C-h i Read On-line Manuals (a.k.a. Info). This command puts
you into a special buffer called `*info*' where you
can read on-line manuals for the packages installed on
your system. Type m emacs <Return> to read the Emacs
manual. If you have never before used Info, type ?
and Emacs will take you on a guided tour of Info mode
facilities. Once you are through with this tutorial,
you should consult the Emacs Info manual as your
primary documentation.
* CONCLUSION
------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment