branch: elpa/geiser-stklos commit 2fe100ac199bf832ab7a9fb95025728912d0c07f Author: Jeronimo Pellegrini <j...@aleph0.info> Commit: Jeronimo Pellegrini <j...@aleph0.info>
Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47aa058..f9a6d88 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ See the Geiser manual for usage. * macroexpansion * symbol completion * listing of module exported symbols +* autodoc (signature of procedurs and values of symbols are displayed in the minibuffer + when the mouse hovers over their names) +* symbol documentation (docstrings for procedures, and values of variables) # Unsupported features @@ -52,13 +55,13 @@ Geiser support for a Scheme implementation consists of two programs: one on Emacs' side, and one on Scheme's side. 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`. +The STklos part is in `geiser-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 -Thanks to [Jao](https://gitlab.com/jaor) and co-developers for creating and maintaining Geiser, and for helping the development of this package. +Thanks to [Jao](https://gitlab.com/jaor) and co-developers for creating and maintaining Geiser, and for helping the development of this package. Thanks also to Erick Gallesio and his co-developers for [STklos](https://stklos.net). ## License