From f5095492128c6ed72d5ad0db396809bebc5b7a91 Mon Sep 17 00:00:00 2001 From: "pspp.freepost@ordinaryamerican.net" Date: Mon, 7 Nov 2016 14:10:48 +0100 Subject: [PATCH] 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 --- doc/expressions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2