From 7c5831780b4d676271db77a9425b2d2b4be051fd Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 5 Mar 2019 21:07:49 +1100 Subject: [PATCH] Fix typo Thanks to occivink --- doc/pages/commands.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*::