diff options
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r-- | doc/lispref/modes.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index efa14e5e2a6..f1a00e72f3d 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -3545,10 +3545,11 @@ provided grammar is precise enough, @code{transpose-sexps} can correctly transpose the two arguments of a @code{+} operator, taking into account the precedence rules of the language. -Calling @code{smie-setup} is also sufficient to make TAB indentation work in -the expected way, extends @code{blink-matching-paren} to apply to -elements like @code{begin...end}, and provides some commands that you -can bind in the major mode keymap. +Calling @code{smie-setup} is also sufficient to make @key{TAB} +indentation work in the expected way, extends +@code{blink-matching-paren} to apply to elements like +@code{begin...end}, and provides some commands that you can bind in +the major mode keymap. @deffn Command smie-close-block This command closes the most recently opened (and not yet closed) block. |