From: Neil Puttock Date: Tue, 19 Aug 2008 17:41:23 +0000 (+0100) Subject: Markup command indexing: don't use internal function names. X-Git-Tag: release/2.11.57-1~34^2~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f115ea581a72f00e15faa73ab2763c4b016c436;p=lilypond.git Markup command indexing: don't use internal function names. \foo-markup -> \foo --- diff --git a/scm/document-markup.scm b/scm/document-markup.scm index fa181959a7..91ec7b882d 100644 --- a/scm/document-markup.scm +++ b/scm/document-markup.scm @@ -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 "")