diff options
Diffstat (limited to 'doc/lispref/modes.texi')
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 2214a30c170..13a8ec46a8a 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -5026,7 +5026,7 @@ should return the @var{offset} to use to indent @var{arg} itself. | |||
| 5026 | @item | 5026 | @item |
| 5027 | @code{:elem}, in which case the function should return either the offset | 5027 | @code{:elem}, in which case the function should return either the offset |
| 5028 | to use to indent function arguments (if @var{arg} is the symbol | 5028 | to use to indent function arguments (if @var{arg} is the symbol |
| 5029 | @code{arg}) or the basic indentation step (if @var{arg} is the symbol | 5029 | @code{args}) or the basic indentation step (if @var{arg} is the symbol |
| 5030 | @code{basic}). | 5030 | @code{basic}). |
| 5031 | @item | 5031 | @item |
| 5032 | @code{:list-intro}, in which case @var{arg} is a token and the function | 5032 | @code{:list-intro}, in which case @var{arg} is a token and the function |