fixed func macro in documentation - closes bug #49549
authorpspp.freepost@ordinaryamerican.net <pspp.freepost@ordinaryamerican.net>
Mon, 7 Nov 2016 13:10:48 +0000 (14:10 +0100)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 7 Nov 2016 13:14:40 +0000 (14:14 +0100)
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

index d27d11b40744a467de4ddcaaf57fccbe55c0ac41..1141f3a53d723f0aba39d03b165447a961fd3d63 100644 (file)
@@ -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