branch: elpa/geiser-stklos commit 439adeceecb771ece6270efbd47b60feb0353d62 Author: Jeronimo Pellegrini <j...@aleph0.info> Commit: Jeronimo Pellegrini <j...@aleph0.info>
Small enhancements to documentation --- geiser-stklos.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/geiser-stklos.el b/geiser-stklos.el index ed78fa6..5be9557 100644 --- a/geiser-stklos.el +++ b/geiser-stklos.el @@ -24,9 +24,9 @@ ;; major and minor modes for Scheme development. ;; ;; STklos (http://stklos.net) is a free Scheme system mostly compliant -;; with the languages features defined in R7RS small. The aim of this -;; implementation is to be fast as well as light. The implementation is -;; based on an ad-hoc Virtual Machine. STklos can also be compiled as a +;; with the languages features defined in R7RS small. The aim of this +;; implementation is to be fast as well as light. The implementation is +;; based on an ad-hoc Virtual Machine. STklos can also be compiled as a ;; library and embedded in an application. ;; ;; Geiser-Stklos adds STklos Scheme support to the Geiser package. @@ -49,7 +49,8 @@ ;; ;; * finding the definition of a symbol (no support in STklos) ;; * seeing callees and callers of a procedure (no support in STklos) -;; * looking up symbols in the manual (would need to download the index from STklos manual and parse the DOM of its index; a bit too much, maybe someday...) +;; * looking up symbols in the manual (would need to download the index from the STklos +;; manual and parse the DOM of its index; a bit too much, maybe someday...) ;; ;; Usage ;; ─────