summaryrefslogtreecommitdiff
path: root/doc/lispref/modes.texi
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-01-31 19:59:12 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-01-31 19:59:12 +0100
commit56c37bbdb60f201791b57a3af2f47b7517de810c (patch)
tree7444f9f80ca4d2d0f39ef86f0e875a98d4db5769 /doc/lispref/modes.texi
parent25c01983afa55c83b8443d51267b7957e5d2c739 (diff)
downloademacs-56c37bbdb60f201791b57a3af2f47b7517de810c.tar.gz
emacs-56c37bbdb60f201791b57a3af2f47b7517de810c.tar.bz2
emacs-56c37bbdb60f201791b57a3af2f47b7517de810c.zip
Use @key{} where it is missing in the manuals
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r--doc/lispref/modes.texi9
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.