diff options
| author | Eli Zaretskii | 2001-06-15 08:46:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-15 08:46:58 +0000 |
| commit | e3d3d78a9da4e6068ab69c15da6ba74e8fc9bd57 (patch) | |
| tree | 8acf1e11b108929a48287322d552d6f4dfc30418 | |
| parent | cd6eaa1e1a24cf3f986ea4fa7e30c5db3f075bc8 (diff) | |
| download | emacs-e3d3d78a9da4e6068ab69c15da6ba74e8fc9bd57.tar.gz emacs-e3d3d78a9da4e6068ab69c15da6ba74e8fc9bd57.zip | |
Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.
| -rw-r--r-- | man/programs.texi | 22 |
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 |
| 11 | languages such as Lisp and C. These commands can | 11 | languages 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 |
| 29 | editing code even though their canonical application is for editing | 29 | very useful in editing code even though their canonical application is |
| 30 | human language text. Most symbols contain words (@pxref{Words}); | 30 | for editing human language text. Most symbols contain words |
| 31 | sentences can be found in strings and comments (@pxref{Sentences}). | 31 | (@pxref{Words}); sentences can be found in strings and comments |
| 32 | Paragraphs 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 |
| 33 | useful anyway, because programming language major modes define | 33 | paragraph commands are useful anyway, because programming language major |
| 34 | paragraphs to begin and end at blank lines (@pxref{Paragraphs}). | 34 | modes define paragraphs to begin and end at blank lines |
| 35 | Judicious use of blank lines to make the program clearer will also | 35 | (@pxref{Paragraphs}). Judicious use of blank lines to make the program |
| 36 | provide useful chunks of text for the paragraph commands to work | 36 | clearer will also provide useful chunks of text for the paragraph |
| 37 | on. | 37 | commands 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 |
| 40 | structure of a function (@pxref{Selective Display}). This feature | 40 | structure of a function (@pxref{Selective Display}). This feature |