From: Jan Nieuwenhuizen Date: Wed, 17 Nov 2004 13:55:34 +0000 (+0000) Subject: Add comment about \command. X-Git-Tag: release/2.5.14~535 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4cbb1fe7233651d95ac5b69c891ca1b1e240ae5;p=lilypond.git Add comment about \command. --- diff --git a/ChangeLog b/ChangeLog index 86b2f28c46..14076a1729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-11-17 Jan Nieuwenhuizen + * Documentation/user/macros.itexi: Add comment about \command. + * Documentation/user/lilypond.tely: * Documentation/user/lilypond-book.itely: Fix names of lilypond and lilypond-book nodes, so that `info lilypond' visits the manual diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 0bd9ea43f7..c1b4cf442b 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -180,16 +180,24 @@ internals document, @internalsref{\NAME\} @findex \NAME\@c @end macro +@c I want +@c @cindex @code{@backslash\WHAT\} +@c how do I do that? --hwn +@ignore +Is this question still relevant? With texinfo 4.7, +escape the backslash, like so --jcn -@c -@c ARGGGHHHHH! I want -@c @cindex @code{@backslash\WHAT\} -@c how do I do that? -@c --hwn +@macro refcommand{WHAT} +@cindex @code{\\\WHAT\} +@code{\WHAT\}, +@end macro + +@end ignore @macro refcommand{WHAT} @findex \WHAT\ @code{\WHAT\} @end macro +