# HG changeset patch # User Eli Zaretskii # Date 993028962 0 # Node ID 4aeb215906f30e14d50f6eddf823a7cf49723d58 # Parent 82d39521a482c6f36a4f7a6eca8b696fab2c87d7 Proofreading fixes from Peter Milliken . diff -r 82d39521a482 -r 4aeb215906f3 man/programs.texi --- a/man/programs.texi Wed Jun 20 07:54:44 2001 +0000 +++ b/man/programs.texi Wed Jun 20 09:22:42 2001 +0000 @@ -122,6 +122,10 @@ There are several forms of Lisp mode, which differ in the way they interface to Lisp execution. @xref{Executing Lisp}. + Major modes for programming languages usually provide conveniency +features such as syntax-sensitive indentation, syntax highlighting +(@pxref{Font Lock}), movement by blocks and functions, etc. + Each of the programming language major modes defines the @key{TAB} key to run an indentation function that knows the indentation conventions of that language and updates the current line's indentation accordingly. @@ -144,6 +148,9 @@ if enabled in a programming language major mode, indents the new lines which it creates. + @xref{Choosing Modes}, for the description of how major modes are +activated. + @cindex mode hook @vindex c-mode-hook @vindex lisp-mode-hook