mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
Fix typo in smie-rules-function documentation
Fix a typo in the documentation for the expected arguments when calling smie-rules-function to set the indentation offset of function arguments. * doc/lispref/modes.texi (SMIE Indentation): * lisp/emacs-lisp/smie.el (smie-rules-function): Fix typo in documentation for smie-rules-function arguments.
This commit is contained in:
parent
bc9a53616a
commit
a1e32130de
2 changed files with 2 additions and 2 deletions
|
|
@ -5026,7 +5026,7 @@ should return the @var{offset} to use to indent @var{arg} itself.
|
|||
@item
|
||||
@code{:elem}, in which case the function should return either the offset
|
||||
to use to indent function arguments (if @var{arg} is the symbol
|
||||
@code{arg}) or the basic indentation step (if @var{arg} is the symbol
|
||||
@code{args}) or the basic indentation step (if @var{arg} is the symbol
|
||||
@code{basic}).
|
||||
@item
|
||||
@code{:list-intro}, in which case @var{arg} is a token and the function
|
||||
|
|
|
|||
|
|
@ -1153,7 +1153,7 @@ METHOD can be:
|
|||
- :before, in which case ARG is a token and the function should return the
|
||||
OFFSET to use to indent ARG itself.
|
||||
- :elem, in which case the function should return either:
|
||||
- the offset to use to indent function arguments (ARG = `arg')
|
||||
- the offset to use to indent function arguments (ARG = `args')
|
||||
- the basic indentation step (ARG = `basic').
|
||||
- the token to use (when ARG = `empty-line-token') when we don't know how
|
||||
to indent an empty line.
|
||||
|
|
|
|||
Loading…
Reference in a new issue