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

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

[nongnu] elpa/geiser-kawa e864cf6 108/119: Fix docstring wording


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-kawa e864cf6 108/119: Fix docstring wording
Date: Sun, 1 Aug 2021 18:30:48 -0400 (EDT)

branch: elpa/geiser-kawa
commit e864cf6ef2e1a12c8a2c65ee967a13293a71fdc7
Author: spellcard199 <spellcard199@protonmail.com>
Commit: spellcard199 <spellcard199@protonmail.com>

    Fix docstring wording
---
 elisp/geiser-kawa-arglist.el | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/elisp/geiser-kawa-arglist.el b/elisp/geiser-kawa-arglist.el
index 1659f54..27e9b4b 100644
--- a/elisp/geiser-kawa-arglist.el
+++ b/elisp/geiser-kawa-arglist.el
@@ -86,8 +86,8 @@ Argument CLASSPATH is a string containing the classpath."
    geiser-kawa--arglist))
 
 (defun geiser-kawa--version-command (binary)
-  "Return command to get kawa version.
-Argument BINARY argument passed by Geiser."
+  "Return version of Kawa as started by Geiser.
+Argument BINARY is passed by Geiser."
   (let* ((program (if geiser-kawa-use-included-kawa
                       "java"
                     binary))
@@ -105,9 +105,12 @@ Argument BINARY argument passed by Geiser."
     (cadr (split-string progname-plus-version " "))))
 
 (defun geiser-kawa--repl-startup (_remote)
-  "Geiser's repl-startup.
+  "Function used as Geiser's `repl-startup' method.
+From `geiser-repl.el': Function called after the REPL has been
+initialised.  All Geiser functionality is available to you at that
+point.
 Argument REMOTE passed by Geiser."
-  ;; Does nothing for now. Keeping for reference.
+  ;; Does nothing for now.  Keeping for reference.
   ;; (let ((geiser-log-verbose-p t))
   ;; (compilation-setup t))
   )



reply via email to

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