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/parens.texi | |
parent | 1e6ede956964a019559b5bb981afe8b828c51837 (diff) | |
download | geiser-fb11e7281c3b8acb43ac39d8a2769c29bb36f2a4.tar.gz geiser-fb11e7281c3b8acb43ac39d8a2769c29bb36f2a4.tar.bz2 |
Documentation nits
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |