]> git.donarmstrong.com Git - lilypond.git/commitdiff
Markup command indexing: don't use internal function names.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 19 Aug 2008 17:41:23 +0000 (18:41 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 19 Aug 2008 17:41:23 +0000 (18:41 +0100)
\foo-markup -> \foo

scm/document-markup.scm

index fa181959a78a186af196cdcffbb307b1285e879e..91ec7b882d669315ead572564ab01aa059961c3e 100644 (file)
@@ -49,8 +49,8 @@
     
     (string-append
      "\n\n@item @code{\\" c-name "} " signature-str
-     "\n@findex \\" f-name "\n"
-     
+     "\n@funindex \\" c-name "\n"
+     "\n@cindex \\" c-name "\n"    
      (if (string? doc-str)
          doc-str
          "")