From: Mark Wooding Date: Wed, 2 Aug 2017 09:52:35 +0000 (+0100) Subject: doc/structures.tex: Fix variable reuse in keyword-args message signature. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/d47e7cbba080c7cf7882875f42d7211b4bdbe9d8 doc/structures.tex: Fix variable reuse in keyword-args message signature. I had `m' as both the message name and the total number of arguments. --- diff --git a/doc/structures.tex b/doc/structures.tex index c5c2219..fd97076 100644 --- a/doc/structures.tex +++ b/doc/structures.tex @@ -589,7 +589,7 @@ or a standard message which takes keyword arguments, defined as @_n @_n? \+\\ @_{n+1} @_{n+1} @[= @_{n+1}@], $\ldots$, - @_m @_m @[= @_m@]); + @_{n'} @_{n'} @[= @_{n'}@]); \end{prog} two entry points are defined: the usual `main' entry point which accepts a variable number of arguments, and a `valist' entry point which accepts an