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 | 6614e86866199e2efdd10886d690360e90f1451b (patch) | |
tree | 802d35aee516d12b0966b0bc7450519945ab7c91 /doc/install.texi | |
parent | 217504b2332303d9351de33e93fb46dac5daa28d (diff) | |
download | geiser-6614e86866199e2efdd10886d690360e90f1451b.tar.gz geiser-6614e86866199e2efdd10886d690360e90f1451b.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 |