diff options
author | jao <jao@gnu.org> | 2021-12-05 01:37:59 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-12-05 01:37:59 +0000 |
commit | fb11e7281c3b8acb43ac39d8a2769c29bb36f2a4 (patch) | |
tree | dc7c6c41c9142aed9a32076a17a24524b44ba7b7 /doc | |
parent | 1e6ede956964a019559b5bb981afe8b828c51837 (diff) | |
download | geiser-fb11e7281c3b8acb43ac39d8a2769c29bb36f2a4.tar.gz geiser-fb11e7281c3b8acb43ac39d8a2769c29bb36f2a4.tar.bz2 |
Documentation nits
Diffstat (limited to 'doc')
-rw-r--r-- | doc/macros.texi | 4 | ||||
-rw-r--r-- | doc/parens.texi | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/macros.texi b/doc/macros.texi index 222ff7c..b909613 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,6 +1,6 @@ -@set VERSION 0.13 +@set VERSION 0.20 @set VERSION_NICK -@set RELEASE_DATE April 2021 +@set RELEASE_DATE December 2021 @set EMACS_VERSION 24.4 @set GITLAB https://gitlab.com/emacs-geiser/ diff --git a/doc/parens.texi b/doc/parens.texi index 89b73ce..47db78e 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -229,7 +229,7 @@ always know where to find your project's modules or dependencies. Geiser automatically handles the common case of the project root belonging to the load path: unless you tell it otherwise (using the customisable flag @code{geiser-repl-add-project-path-p}, which defaults -to @code{t}), will add the result of calling +to @code{t}), it will add the result of calling @code{geiser-repl-current-project-function} to the REPLs load path on startup. |