aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-08 19:47:48 +0000
committerJuanma Barranquero2008-04-08 19:47:48 +0000
commit843fde1d32f2232c551347b4f72feb703cbd2027 (patch)
tree19e313919722f842c33338810737edb747e83dff
parent4e740fd0e3c624e545ce70c1791af5ac0a4402cb (diff)
downloademacs-843fde1d32f2232c551347b4f72feb703cbd2027.tar.gz
emacs-843fde1d32f2232c551347b4f72feb703cbd2027.zip
Fix typos.
-rw-r--r--INSTALL.CVS4
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
48deleting any existing *loaddef.el files and running the above command.) 48deleting any existing *loaddefs.el files and running the above command.)
49 49
50If either of the above partial procedures fails, try "make bootstrap". 50If either of the above partial procedures fails, try "make bootstrap".
51 51