branch: elpa/geiser-stklos commit a02d2a7e31ebf4318b52ca8cc6600364f04e730b Merge: 2fe100a 1f2a6e6 Author: Jeronimo Pellegrini <j...@aleph0.info> Commit: Jeronimo Pellegrini <j...@aleph0.info>
Merge branch 'master' of gitlab.com:emacs-geiser/stklos into master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9a6d88..16973bb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ See the Geiser manual for usage. # Unsupported features +* autodoc (STklos doesn't yet have a procedure to ask the signature of closures -- but we're working on it!) * 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...)