diff options
| author | Juanma Barranquero | 2008-04-08 19:47:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-08 19:47:48 +0000 |
| commit | 843fde1d32f2232c551347b4f72feb703cbd2027 (patch) | |
| tree | 19e313919722f842c33338810737edb747e83dff | |
| parent | 4e740fd0e3c624e545ce70c1791af5ac0a4402cb (diff) | |
| download | emacs-843fde1d32f2232c551347b4f72feb703cbd2027.tar.gz emacs-843fde1d32f2232c551347b4f72feb703cbd2027.zip | |
Fix typos.
| -rw-r--r-- | INSTALL.CVS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS index c24830884c9..88a55adb7a4 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -44,8 +44,8 @@ mh-e and calendar), do: | |||
| 44 | $ cd lisp | 44 | $ cd lisp |
| 45 | $ make autoloads EMACS=../src/emacs | 45 | $ make autoloads EMACS=../src/emacs |
| 46 | 46 | ||
| 47 | (If a build fails with complaints related to a *loaddef.el file, try | 47 | (If a build fails with complaints related to a *loaddefs.el file, try |
| 48 | deleting any existing *loaddef.el files and running the above command.) | 48 | deleting any existing *loaddefs.el files and running the above command.) |
| 49 | 49 | ||
| 50 | If either of the above partial procedures fails, try "make bootstrap". | 50 | If either of the above partial procedures fails, try "make bootstrap". |
| 51 | 51 | ||