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

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

[nongnu] elpa/geiser-gauche 9ffc5bd 058/119: Add comments


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 9ffc5bd 058/119: Add comments
Date: Sun, 1 Aug 2021 18:27:57 -0400 (EDT)

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

    Add comments
---
 geiser-gauche.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index 948e083..5caa9c3 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -84,8 +84,8 @@
   ;;   (goto-char (point-max))
   ;;   (insert (format "\nGeiser PROC: %s, ARGS: %s \n" proc args)))
   (cl-case proc
-    ;; Autodoc makes use of the {{cur-module}} cookie to handle module
-    ;; dependence
+    ;; Autodoc (alone) makes use of the {{cur-module}} cookie to pass current
+    ;; module information
     ((autodoc) (format "(geiser:autodoc %s {{cur-module}})"
                       (mapconcat 'identity args " ")))
     ;; Eval and compile are (module) context sensitive



reply via email to

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