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

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

[nongnu] elpa/geiser-stklos 95b1dc7 06/30: More updates to README


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-stklos 95b1dc7 06/30: More updates to README
Date: Sun, 1 Aug 2021 18:32:40 -0400 (EDT)

branch: elpa/geiser-stklos
commit 95b1dc7a58334554c9a7a3fc399594ef171f6da9
Author: Jeronimo Pellegrini <j_p@aleph0.info>
Commit: Jeronimo Pellegrini <j_p@aleph0.info>

    More updates to README
---
 README.md | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 497af6a..47aa058 100644
--- a/README.md
+++ b/README.md
@@ -46,22 +46,15 @@ to add this to your Emacs configuration:
 See the issue tracker in Gitlab.
 
 
-# About the implementation:
+# About the implementation
 
-The following functions were defined on the STklos side:
+Geiser support for a Scheme implementation consists of two programs:
+one on Emacs' side, and one on Scheme's side.
 
-* `geiser:eval`
-* `geiser:load-file`
-* `geiser:add-to-load-path`
-* `geiser:macroexpand`
-* `geiser:no-values`
-* `geiser:symbol-documentation`
-* `geiser:module-exports`
-* `geiser:module-completions`
-* `geiser:completions`
-
-They have comments that help understand how they work.
+The Emacs Lisp part is in the file `geiser-stklos.el`
+The STklos part is in `geisre-stklos.stk`. The STklos implementation is inside 
a module called `GEISER`.
 
+In both files, I tried to include comments explaining what each function does.
 
 ## Credits
 



reply via email to

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