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

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

[nongnu] elpa/geiser-gauche 66e5143 119/119: Correct a comment typo.


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 66e5143 119/119: Correct a comment typo.
Date: Sun, 1 Aug 2021 18:28:09 -0400 (EDT)

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

    Correct a comment typo.
---
 geiser-gauche.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geiser-gauche.scm b/geiser-gauche.scm
index b3a6f38..013dca0 100644
--- a/geiser-gauche.scm
+++ b/geiser-gauche.scm
@@ -93,7 +93,7 @@
 
 ;;;; Completions
 
-;;; Return completions for PREFIX in for module with MOD-NAME.
+;;; Return completions for PREFIX for module with MOD-NAME.
 ;;; MOD-NAME is a symbol. 
 (define (geiser:completions prefix mod-name . rest)
   (let* ((module (or (and (symbol? mod-name )



reply via email to

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