diff options
author | jao <jao@gnu.org> | 2024-03-14 19:50:57 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-14 19:50:57 +0000 |
commit | 71a6be00433a157de3936f208c7a1bd0192b12cd (patch) | |
tree | 7b41c4ce8e6648e6d3ba63d9a1cac9ef35cfad31 /readme.org | |
parent | 43b99a46263712bd38b8e7d4ba93e4374649eb48 (diff) | |
download | geiser-guile-71a6be00433a157de3936f208c7a1bd0192b12cd.tar.gz geiser-guile-71a6be00433a157de3936f208c7a1bd0192b12cd.tar.bz2 |
fix: geiser-guile.texi re-generated from readme.org
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -47,6 +47,13 @@ geiser-guile. One can also provide a global list of paths to add to Guile's =%load-path= via ~geiser-guile-load-path~. +* Texinfo docstrings + + You can enable processing of texinfo in docstrings by customizing + ~geiser-guile-doc-process-texinfo~ to a non-nil value. If enabled and + docstring is a valid texinfo snippet, it will be converted into a plain text + before being displayed. + * Debugging support Guile supports all the debugger commands supported by Geiser (it's |