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
48cc32f0
Commit
48cc32f0
authored
Apr 17, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use spaces, not dashes, in M-x command.
parent
909f0455
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
etc/TUTORIAL
etc/TUTORIAL
+3
-3
No files found.
etc/TUTORIAL
View file @
48cc32f0
...
...
@@ -732,13 +732,13 @@ text, is Auto Fill mode. When this mode is on, Emacs breaks the line
in between words automatically whenever you insert text and make a
line that is too wide.
You can turn Auto Fill mode on by doing M-x auto
-
fill
-
mode<Return>.
You can turn Auto Fill mode on by doing M-x auto
fill
mode<Return>.
When the mode is on, you can turn it off by doing M-x
auto
-
fill
-
mode<Return>. If the mode is off, this command turns it on,
auto
fill
mode<Return>. If the mode is off, this command turns it on,
and if the mode is on, this command turns it off. We say that the
command "toggles the mode".
>> Type M-x auto
-
fill
-
mode<Return> now. Then insert a line of "asdf "
>> Type M-x auto
fill
mode<Return> now. Then insert a line of "asdf "
over again until you see it divide into two lines. You must put in
spaces between them because Auto Fill breaks lines only at spaces.
...
...
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