diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-07 18:56:16 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-07 18:56:16 +0100 |
commit | e7c4ef3400f3227737b1445f7fe1bf4884b1c55d (patch) | |
tree | 3b43894c41973d58f7ddc1e20fe9e75185d94bca /doc/install.texi | |
parent | 2ca4ad6e1385e2ea21f05f6760db0e0ff5cca4c3 (diff) | |
download | geiser-guile-e7c4ef3400f3227737b1445f7fe1bf4884b1c55d.tar.gz geiser-guile-e7c4ef3400f3227737b1445f7fe1bf4884b1c55d.tar.bz2 |
Documentation typos (thanks to Mark Harig)
Diffstat (limited to 'doc/install.texi')
-rw-r--r-- | doc/install.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.texi b/doc/install.texi index 7d02b69..ae4b9bd 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -14,7 +14,7 @@ @cindex versions supported If Geiser came with any guarantees, you'd break all of them by not using GNU Emacs 23.2 (or better: i regularly use it with a recent Emacs -snapshot) and at least one of the supported schemes, namely: +snapshot) and at least one of the supported Schemes, namely: @itemize @bullet @item @@ -100,7 +100,7 @@ $ make all @end example Now you have two options: loading the byte-compiled Geiser from the @file{elisp} subdirectory, or installing it system-wide. To load the -bytecode from here, add this line to your initialisation file: +byte-code from here, add this line to your initialisation file: @example (load "~/lisp/geiser/build/elisp/geiser-load") @end example |