diff options
-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. |