aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-15 08:46:58 +0000
committerEli Zaretskii2001-06-15 08:46:58 +0000
commite3d3d78a9da4e6068ab69c15da6ba74e8fc9bd57 (patch)
tree8acf1e11b108929a48287322d552d6f4dfc30418 /man/programs.texi
parentcd6eaa1e1a24cf3f986ea4fa7e30c5db3f075bc8 (diff)
downloademacs-e3d3d78a9da4e6068ab69c15da6ba74e8fc9bd57.tar.gz
emacs-e3d3d78a9da4e6068ab69c15da6ba74e8fc9bd57.zip
Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 7d8b057d521..102cf1b9dcc 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -8,7 +8,7 @@
8@cindex program editing 8@cindex program editing
9 9
10 Emacs has many commands designed to understand the syntax of programming 10 Emacs has many commands designed to understand the syntax of programming
11languages such as Lisp and C. These commands can 11languages such as Lisp and C. These commands can:
12 12
13@itemize @bullet 13@itemize @bullet
14@item 14@item
@@ -25,16 +25,16 @@ Follow the usual indentation conventions of the language
25(@pxref{Program Indent}). 25(@pxref{Program Indent}).
26@end itemize 26@end itemize
27 27
28 The commands for words, sentences and paragraphs are very useful in 28 Emacs commands that operate on words, sentences and paragraphs are
29editing code even though their canonical application is for editing 29very useful in editing code even though their canonical application is
30human language text. Most symbols contain words (@pxref{Words}); 30for editing human language text. Most symbols contain words
31sentences can be found in strings and comments (@pxref{Sentences}). 31(@pxref{Words}); sentences can be found in strings and comments
32Paragraphs per se don't exist in code, but the paragraph commands are 32(@pxref{Sentences}). Paragraphs per se don't exist in code, but the
33useful anyway, because programming language major modes define 33paragraph commands are useful anyway, because programming language major
34paragraphs to begin and end at blank lines (@pxref{Paragraphs}). 34modes define paragraphs to begin and end at blank lines
35Judicious use of blank lines to make the program clearer will also 35(@pxref{Paragraphs}). Judicious use of blank lines to make the program
36provide useful chunks of text for the paragraph commands to work 36clearer will also provide useful chunks of text for the paragraph
37on. 37commands to work on.
38 38
39 The selective display feature is useful for looking at the overall 39 The selective display feature is useful for looking at the overall
40structure of a function (@pxref{Selective Display}). This feature 40structure of a function (@pxref{Selective Display}). This feature