X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fmanual%2Ftexinfo-macros.texinfo;h=6ec1b15ccc73823f38a3edaa61d5b64936a6da9f;hb=d5520a24b6c356918c2f91bf91dae60f62e1d065;hp=ef28045f7e89f39d0f94e0bdb7216aafba2d697e;hpb=74cfbf6d0572b7df1b3492563408a7cb3ae103cf;p=sbcl.git diff --git a/doc/manual/texinfo-macros.texinfo b/doc/manual/texinfo-macros.texinfo index ef28045..6ec1b15 100644 --- a/doc/manual/texinfo-macros.texinfo +++ b/doc/manual/texinfo-macros.texinfo @@ -15,16 +15,18 @@ @c A Texinfo binding for the plain TeX above. Analogous to Texinfo's @c @w, but for Lisp symbols. AFAICT, the comment characters are @c necessary to prevent treating the newline as a space. -@macro lw{word} @iftex +@macro lw{word} @tex \\lw{\word\}% @end tex +@end macro @end iftex @ifnottex -\word\@c -@end ifnottex +@macro lw{word} +\word\ @end macro +@end ifnottex @c Some index prettification helper macros, for tricking the texindex @c collation "engine"