From: pspp.freepost@ordinaryamerican.net Date: Mon, 7 Nov 2016 13:10:48 +0000 (+0100) Subject: fixed func macro in documentation - closes bug #49549 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5095492128c6ed72d5ad0db396809bebc5b7a91;p=pspp fixed func macro in documentation - closes bug #49549 The func macro did not handle the argument correctly. All arguments were literally replaced with NAME. I tested this on MacOS with the generated pdf. Closes bug #49549 --- diff --git a/doc/expressions.texi b/doc/expressions.texi index d27d11b407..1141f3a53d 100644 --- a/doc/expressions.texi +++ b/doc/expressions.texi @@ -1,7 +1,7 @@ @c Use @func when refering to a function. @c Use @deftypefn for their definitions @macro func{NAME} -@code{/NAME/} +@code{\NAME\} @end macro @node Expressions