emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-gauche e406a0e 051/119: Minor fixes


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche e406a0e 051/119: Minor fixes
Date: Sun, 1 Aug 2021 18:27:55 -0400 (EDT)

branch: elpa/geiser-gauche
commit e406a0e4c282f5bcdb60b8f1f6c2036be6508939
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]