diff --git a/doc/install.texi b/doc/install.texi index 6f3ee07..955e8ff 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -13,8 +13,8 @@ @cindex supported versions @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: +GNU Emacs 23.2 (or better: I regularly use it with a recent Emacs +snapshot) and at least one of the supported Schemes, namely: @itemize @bullet @item @@ -65,7 +65,7 @@ code. I'll follow you into its directory and the next section. Geiser is ready to be used out of the box without much more ado. For the sake of concreteness, let's assume you put its source in the directory @file{~/lisp/geiser}. All you need to do is to add the following -line to your Emacs initialisation file (be it @file{~/.emacs} or any of +line to your Emacs initialization file (be it @file{~/.emacs} or any of its moral equivalents): @example (load-file "~/lisp/geiser/elisp/geiser.el") @@ -101,7 +101,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 initialization file: @example (load "~/lisp/geiser/build/elisp/geiser-load") @end example @@ -117,7 +117,7 @@ $ sudo make install With the above spell, Geiser will be compiled and installed in a safe place inside Emacs load path. To load it into Emacs you'll need, @i{instead} of the @code{load-file} form above, the following line in -your initialisation file: +your initialization file: @example (require 'geiser-install) @end example @@ -157,7 +157,7 @@ this screencast}. You can still use the many goodies provided by Neil van Dyke's @code{quack-mode}, since most of them are not (yet) available in Geiser. The only caveat might be a conflict between Quack's and Geiser's default -key bindings, which i'm sure you'll manage to tackle just fine. It's +key bindings, which I'm sure you'll manage to tackle just fine. It's also probably a good idea to require @code{quack} @i{after} loading @file{geiser.el} (or requiring a compiled version). @end itemize