Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e3d3d78a
Commit
e3d3d78a
authored
Jun 15, 2001
by
Eli Zaretskii
Browse files
Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.
parent
cd6eaa1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
man/programs.texi
man/programs.texi
+11
-11
No files found.
man/programs.texi
View file @
e3d3d78a
...
...
@@ -8,7 +8,7 @@
@cindex program editing
Emacs has many commands designed to understand the syntax of programming
languages such as Lisp and C. These commands can
languages such as Lisp and C. These commands can
:
@itemize @bullet
@item
...
...
@@ -25,16 +25,16 @@ Follow the usual indentation conventions of the language
(@pxref{Program Indent}).
@end itemize
The
commands
for
words, sentences and paragraphs are
very useful in
editing code even though their canonical application is
for editing
human language text. Most symbols contain words
(@pxref{Words});
sentences can be found in strings and comments
(@pxref{Sentences}).
Paragraphs per se don't exist in code, but the
paragraph commands are
useful anyway, because programming language major
modes define
paragraphs to begin and end at blank lines
(@pxref{Paragraphs}).
Judicious use of blank lines to make the program
clearer will also
provide useful chunks of text for the paragraph
commands to work
on.
Emacs
commands
that operate on
words, sentences and paragraphs are
very useful in
editing code even though their canonical application is
for editing
human language text. Most symbols contain words
(@pxref{Words});
sentences can be found in strings and comments
(@pxref{Sentences}).
Paragraphs per se don't exist in code, but the
paragraph commands are
useful anyway, because programming language major
modes define
paragraphs to begin and end at blank lines
(@pxref{Paragraphs}).
Judicious use of blank lines to make the program
clearer will also
provide useful chunks of text for the paragraph
commands to work
on.
The selective display feature is useful for looking at the overall
structure of a function (@pxref{Selective Display}). This feature
...
...
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