branch: elpa/geiser-gauche
commit e406a0e4c282f5bcdb60b8f1f6c2036be6508939
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>

    Minor fixes
---
 geiser-gauche.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index b8e8505..8ceef0c 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -51,7 +51,7 @@
   :group 'geiser-gauche)
 
 (geiser-custom--defcustom geiser-gauche-manual-lookup-nodes
-    '("Gauche")
+    '("gauche-refe")
   "List of info nodes that, when present, are used for manual lookups"
   :type '(repeat string)
   :group 'geiser-gauche)
@@ -237,8 +237,7 @@
         (mapc (lambda (idx)
                 (add-to-list 'res
                              (list (format "(%s)%s" node idx) nil nrx drx)))
-              '("Function and Syntax Index" "Module Index" "Class Index"
-               "Variable Index"))))))
+              '("Module Index" "Class Index" "Variable Index"))))))
 
 
 (info-lookup-add-help :topic 'symbol :mode 'geiser-gauche-mode

Reply via email to