diff options
| author | Eli Zaretskii | 2001-06-20 09:22:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-20 09:22:42 +0000 |
| commit | f9fd7fbcee8bcbf72bef362624e72e504b2762f3 (patch) | |
| tree | c32db3d2340ba9d74ab93923eee0d53213b9f450 /man/programs.texi | |
| parent | 43f971ab20d136ad9529331c0a9913cde30cf003 (diff) | |
| download | emacs-f9fd7fbcee8bcbf72bef362624e72e504b2762f3.tar.gz emacs-f9fd7fbcee8bcbf72bef362624e72e504b2762f3.zip | |
Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.
Diffstat (limited to 'man/programs.texi')
| -rw-r--r-- | man/programs.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi index 12ed0833e62..df106b9f8cb 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -122,6 +122,10 @@ trouble to write. | |||
| 122 | There are several forms of Lisp mode, which differ in the way they | 122 | There are several forms of Lisp mode, which differ in the way they |
| 123 | interface to Lisp execution. @xref{Executing Lisp}. | 123 | interface to Lisp execution. @xref{Executing Lisp}. |
| 124 | 124 | ||
| 125 | Major modes for programming languages usually provide conveniency | ||
| 126 | features such as syntax-sensitive indentation, syntax highlighting | ||
| 127 | (@pxref{Font Lock}), movement by blocks and functions, etc. | ||
| 128 | |||
| 125 | Each of the programming language major modes defines the @key{TAB} key | 129 | Each of the programming language major modes defines the @key{TAB} key |
| 126 | to run an indentation function that knows the indentation conventions of | 130 | to run an indentation function that knows the indentation conventions of |
| 127 | that language and updates the current line's indentation accordingly. | 131 | that language and updates the current line's indentation accordingly. |
| @@ -144,6 +148,9 @@ blank lines, so that the paragraph commands remain useful. Auto Fill mode, | |||
| 144 | if enabled in a programming language major mode, indents the new lines | 148 | if enabled in a programming language major mode, indents the new lines |
| 145 | which it creates. | 149 | which it creates. |
| 146 | 150 | ||
| 151 | @xref{Choosing Modes}, for the description of how major modes are | ||
| 152 | activated. | ||
| 153 | |||
| 147 | @cindex mode hook | 154 | @cindex mode hook |
| 148 | @vindex c-mode-hook | 155 | @vindex c-mode-hook |
| 149 | @vindex lisp-mode-hook | 156 | @vindex lisp-mode-hook |