From cf89d89508bf10bf1c47ec20b61d74bbcd0f56f5 Mon Sep 17 00:00:00 2001 From: Erick Gallesio Date: Mon, 2 Oct 2023 20:57:09 +0200 Subject: [PATCH] The repl coommand may have a parameter Without parameter, it gives help on REPL commands. Otherwise, it is equivalent to calling help on its parameter. stklos> ,h cadr (will display the help on cadr) stklos> ,h (will display all the REPL commands) --- doc/HTML/stklos-ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HTML/stklos-ref.html b/doc/HTML/stklos-ref.html index f7688d1c7..d179022f7 100644 --- a/doc/HTML/stklos-ref.html +++ b/doc/HTML/stklos-ref.html @@ -14538,7 +14538,7 @@

4.13.5. System Information

-
(features) => (STklos STklos-2.00 exact-complex
+
(features) => (STklos STklos-2.00.20 exact-complex
                ieee-float full-unicode ratios little-endian ...)