]> Dogcows Code - chaz/tar/commitdiff
(FIXME): Do not use deprecated @quote-args.
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 5 Jul 2006 06:46:32 +0000 (06:46 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 5 Jul 2006 06:46:32 +0000 (06:46 +0000)
Do not use @allow-recursion. In its current form the macro is not
recursive.

doc/rendition.texi

index 160859218d7080a2ef515fd51e276967190e3874..19f024a099d42859b41b0445fc19b1b8484d5cfe 100644 (file)
@@ -55,8 +55,6 @@
 @c Output various FIXME information only in PROOF rendition.
 
 @macro FIXME{string}
-@allow-recursion
-@quote-arg
 @ifset PROOF
 @ifset PROOF_FOOTNOTED
 @footnote{@strong{FIXME:} \string\}
 @end macro
 
 @macro FIXME-ref{string}
-@quote-arg
 @ifset PROOF
 @strong{<REF>} \string\ @strong{</>}
 @end ifset
 @end macro
 
 @macro FIXME-pxref{string}
-@quote-arg
 @ifset PROOF
 @strong{<PXREF>} \string\ @strong{</>}
 @end ifset
@@ -86,7 +82,6 @@
 @end macro
 
 @macro FIXME-xref{string}
-@quote-arg
 @ifset PROOF
 @strong{<XREF>} \string\ @strong{</>}
 @end ifset
This page took 0.018948 seconds and 4 git commands to generate.