summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-06 00:45:48 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-06 00:45:48 +0200
commitcdc33372c0e98f7159831cce44d12d5400798307 (patch)
treec783a83367ce80dd8bf6f09b97698a05e26efa0e /doc
parent7838371bba6e76848ff03df76c9fd428bbd05ddf (diff)
downloadgeiser-cdc33372c0e98f7159831cce44d12d5400798307.tar.gz
geiser-cdc33372c0e98f7159831cce44d12d5400798307.tar.bz2
Documentation nits
Diffstat (limited to 'doc')
-rw-r--r--doc/install.texi2
-rw-r--r--doc/repl.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.texi b/doc/install.texi
index 2362aa9..b260504 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -70,7 +70,7 @@ compile and install Geiser too. That is, you enter the source directory
and (since we grabbed the development tree) run the customary
@i{autogen} script:
@example
-$ cd ~/lib/geiser
+$ cd ~/lisp/geiser
$ ./autogen.sh
@end example
@noindent
diff --git a/doc/repl.texi b/doc/repl.texi
index 9b7b688..ca61198 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -92,7 +92,7 @@ The remaining commands are meatier, and deserve sections of their own.
@cindex current module, in REPL
In tune with Geiser's @ref{current-module,,modus operandi}, evaluations
-in the @repl{} take place if the namespace of the current module. As
+in the @repl{} take place in the namespace of the current module. As
noted above, the @repl{}'s prompt tells you the name of the current
module. To switch to a different one, you can use the command
@command{switch-to-geiser-module}, bound to @kbd{C-c C-m}. You'll notice