From 7f115ea581a72f00e15faa73ab2763c4b016c436 Mon Sep 17 00:00:00 2001
From: Neil Puttock <n.puttock@gmail.com>
Date: Tue, 19 Aug 2008 18:41:23 +0100
Subject: [PATCH] Markup command indexing: don't use internal function names.

\foo-markup -> \foo
---
 scm/document-markup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
          "")
-- 
2.39.5