mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * doc/lispref/text.texi (Mode-Specific Indent): Fix markup.
This commit is contained in:
parent
6b39919408
commit
438af2764d
1 changed files with 2 additions and 1 deletions
|
|
@ -2625,7 +2625,8 @@ avoid calling @code{widen} in their indentation code and obey
|
||||||
@defvar prog-indentation-context
|
@defvar prog-indentation-context
|
||||||
This variable, when non-@code{nil}, holds the indentation context for
|
This variable, when non-@code{nil}, holds the indentation context for
|
||||||
the sub-mode's indentation engine provided by the superior major mode.
|
the sub-mode's indentation engine provided by the superior major mode.
|
||||||
The value should be a list of the form @code{(@var{first-column} . @var{rest})}.
|
The value should be a list of the form @w{@code{(@var{first-column}
|
||||||
|
. @var{rest})}}.
|
||||||
The members of the list have the following meaning:
|
The members of the list have the following meaning:
|
||||||
|
|
||||||
@table @var
|
@table @var
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue