Here is a patch to fix what appears to be a typo that moved part of the @node line to the comment line at the start of the file. (The result is that scrolling to the bottom of the Index in Info doesn't result in Emacs stopping at the bottom, but instead it jumps to a section in Chapter 3.)
Please find the (simple) patch attached.
diff --git a/doc/index.texi b/doc/index.texi index d1bf9eb..b492ff2 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -1,8 +1,8 @@ -...@c This is part of Geiser's user manual., , No hacker is an island, Top +...@c This is part of Geiser's user manual. @c Copyright (C) 2010 Jose Antonio Ortega Ruiz @c See the file geiser.texi for copying conditions. -...@node Index +...@node Index, , No hacker is an island, Top @unnumbered Index @cindex recursion @printindex cp
