Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
da40fe46
Commit
da40fe46
authored
Apr 23, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the Emacs manual.
parent
516074a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
etc/TUTORIAL
etc/TUTORIAL
+22
-0
No files found.
etc/TUTORIAL
View file @
da40fe46
...
...
@@ -1049,6 +1049,28 @@ beside the corresponding command names such as find-file.
primary documentation.
* MORE FEATURES
---------------
You can learn more about Emacs by reading its manual, either as a book
or on-line in Info (use the Help menu or type F10 h r). Two features
that you may like especially are completion, which saves typing, and
dired, which simplifies file handling.
Completion is a way to avoid unnecessary typing. For instance, if you
want to switch to the *Messages* buffer, you can type C-x b *M<Tab>
and Emacs will fill in the rest of the buffer name as far as it can
determine from what you have already typed. Completion is described
in Info in the Emacs manual in the node called "Completion".
Dired enables you to list files in a directory (and optionally its
subdirectories), move around that list, visit, rename, delete and
otherwise operate on the files. Dired is described in Info in the
Emacs manual in the node called "Dired".
The manual also describes many other Emacs features.
* 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