mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.
This commit is contained in:
parent
43f971ab20
commit
f9fd7fbcee
@ -122,6 +122,10 @@ trouble to write.
|
|||||||
There are several forms of Lisp mode, which differ in the way they
|
There are several forms of Lisp mode, which differ in the way they
|
||||||
interface to Lisp execution. @xref{Executing Lisp}.
|
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
|
Each of the programming language major modes defines the @key{TAB} key
|
||||||
to run an indentation function that knows the indentation conventions of
|
to run an indentation function that knows the indentation conventions of
|
||||||
that language and updates the current line's indentation accordingly.
|
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,
|
|||||||
if enabled in a programming language major mode, indents the new lines
|
if enabled in a programming language major mode, indents the new lines
|
||||||
which it creates.
|
which it creates.
|
||||||
|
|
||||||
|
@xref{Choosing Modes}, for the description of how major modes are
|
||||||
|
activated.
|
||||||
|
|
||||||
@cindex mode hook
|
@cindex mode hook
|
||||||
@vindex c-mode-hook
|
@vindex c-mode-hook
|
||||||
@vindex lisp-mode-hook
|
@vindex lisp-mode-hook
|
||||||
|
Loading…
Reference in New Issue
Block a user