]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add comment about \command.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 17 Nov 2004 13:55:34 +0000 (13:55 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 17 Nov 2004 13:55:34 +0000 (13:55 +0000)
ChangeLog
Documentation/user/macros.itexi

index 86b2f28c46a9036fd8d0565aed629d630242bc9e..14076a172936950bc32d304c48b32a95444cc75e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * 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
index 0bd9ea43f7b0b6a8cf092e423b9b903d05737cba..c1b4cf442beffb96df34532432eb4b882b0899d6 100644 (file)
@@ -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
+