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

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

[nongnu] elpa/geiser-racket 309ca6d 069/191: Racket: more information in


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-racket 309ca6d 069/191: Racket: more information in symbol documentation
Date: Sun, 1 Aug 2021 18:32:02 -0400 (EDT)

branch: elpa/geiser-racket
commit 309ca6d463c6df96fd8ac609ac2b76e39122f186
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    Racket: more information in symbol documentation
    
    When the symbol is imported and re-exported by a second module, we
    display its definition name and original module, besides the name of
    the module re-exporting it.
---
 elisp/geiser-racket.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/geiser-racket.el b/elisp/geiser-racket.el
index 112b3c4..e826bde 100644
--- a/elisp/geiser-racket.el
+++ b/elisp/geiser-racket.el
@@ -178,7 +178,7 @@ This function uses `geiser-racket-init-file' if it exists."
    `(:eval (get-help ',symbol '(:module ,module)) geiser/autodoc)))
 
 (defun geiser-racket--external-help (id module)
-  (message "Requesting help for '%s'..." id)
+  (message "Looking up manual for '%s'..." id)
   (let ((out (geiser-eval--retort-output
               (geiser-racket--get-help id module))))
     (when (and out (string-match " but provided by:\n +\\(.+\\)\n" out))



reply via email to

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