aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-26 22:59:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-26 22:59:36 +0300
commitdad50b5cddf6fb55bea2492dc98e82ecb4d13430 (patch)
tree4134bad5925cbab0795aa25566032b0a991ec41b
parent4e4076a31d6d951dcfab668709993fae6a2cc926 (diff)
downloadcfpeek-dad50b5cddf6fb55bea2492dc98e82ecb4d13430.tar.gz
cfpeek-dad50b5cddf6fb55bea2492dc98e82ecb4d13430.tar.bz2
Minor change.
* src/guile.c (scm_grecs_node_type): Use @cindex in the docstring.
-rw-r--r--src/guile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/guile.c b/src/guile.c
index 35fd3b7..c36c7de 100644
--- a/src/guile.c
+++ b/src/guile.c
@@ -478,7 +478,7 @@ SCM_DEFINE_PUBLIC(scm_grecs_node_type, "grecs-node-type",
(SCM node),
"Returns the type of the node. The following constants are defined:\n\n"
"@table @asis\n"
-"@kwindex grecs-node-root\n"
+"@cindex grecs-node-root\n"
"@item grecs-node-root\n"
"The node is a root node. The following is always @samp{#t}:\n\n"
"@lisp\n"
@@ -486,14 +486,14 @@ SCM_DEFINE_PUBLIC(scm_grecs_node_type, "grecs-node-type",
" (not (grecs-node-up? node))\n"
" (not (grecs-node-prev? node)))\n"
"@end lisp\n"
-"@kwindex grecs-node-stmt\n"
+"@cindex grecs-node-stmt\n"
"@item grecs-node-stmt\n"
"The node is a simple statement. The following is always @samp{#t}:\n\n"
"@lisp\n"
"(and (= (grecs-node-type node) grecs-node-stmt)\n"
" (not (grecs-node-down? node)))\n"
"@end lisp\n"
-"@kwindex grecs-node-block\n"
+"@cindex grecs-node-block\n"
"@item grecs-node-block\n"
"The node is a block statement.\n"
"@end table\n")

Return to:

Send suggestions and report system problems to the System administrator.