summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-04-11 08:32:05 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-04-11 08:32:05 +0000
commit917fe3fa612dc457f2e561c6cae0d7c2cbf895dc (patch)
tree9b39ad1044bb15ea9cc70e507c92fb7579c2bba3 /doc
parent68619a9de71e9ee26bca3b6a86b22c11e720b91d (diff)
downloadexecline-917fe3fa612dc457f2e561c6cae0d7c2cbf895dc.tar.xz
bugfix: catch empty blocks in multidefine
Diffstat (limited to 'doc')
-rw-r--r--doc/multidefine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/multidefine.html b/doc/multidefine.html
index b51fe6e..e5930a7 100644
--- a/doc/multidefine.html
+++ b/doc/multidefine.html
@@ -35,7 +35,7 @@ then executes another program.
<ul>
<li> <tt>multidefine</tt> reads a <a href="el_semicolon.html">block</a>
-containing a list of variables. </li>
+containing a list of variables. That block must not be empty. </li>
<li> <tt>multidefine</tt> <a href="el_transform.html">splits</a>
<em>value</em>, and performs other operations depending on the given
options. </li>