summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-03-05 21:07:49 +1100
committerMaxime Coste <mawww@kakoune.org>2019-03-05 21:07:49 +1100
commit7c5831780b4d676271db77a9425b2d2b4be051fd (patch)
tree9f8abe7c69ae39c252255507860aff074075e9f0
parent21fa4dcb1340a7b25ca0bd4296738a77ccf7632f (diff)
Fix typo
Thanks to occivink
-rw-r--r--doc/pages/commands.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc
index f5399ee8..d4eda26a 100644
--- a/doc/pages/commands.asciidoc
+++ b/doc/pages/commands.asciidoc
@@ -279,7 +279,7 @@ but not really useful in that context.
in the *on_error_commands*, that error is propagated, except if
another *catch* and *on_error_commands* parameter follows, in which
case those commands get executed, and so-on. During error commands,
- the description of the last raiser error is available as `$kak_error`
+ the description of the last raised error is available as `$kak_error`
in the shell, or `%val{error}` in commands.
*nop*::