summaryrefslogtreecommitdiff
path: root/lispref/compile.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus <melissa@gnu.org>1995-06-08 15:34:01 +0000
committerMelissa Weisshaus <melissa@gnu.org>1995-06-08 15:34:01 +0000
commitcc8c51f1c002fe823c45608b3c9a3d8a85f6f99e (patch)
tree9eb2ef1ef9b29df8223aeecb2d68b6484a12148e /lispref/compile.texi
parent7ac268120e9e5ff944262ae4ad03232559d5a6d8 (diff)
downloademacs-cc8c51f1c002fe823c45608b3c9a3d8a85f6f99e.tar.gz
fixed errors that appeared during update to 19.29.
Diffstat (limited to 'lispref/compile.texi')
-rw-r--r--lispref/compile.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/compile.texi b/lispref/compile.texi
index 6e472b88300..c085634c39b 100644
--- a/lispref/compile.texi
+++ b/lispref/compile.texi
@@ -238,7 +238,7 @@ call to @code{byte-code}.
Functions and variables loaded from a byte-compiled file access their
documentation strings dynamically from the file whenever needed. This
-saves space within Emacs, and make loading faster because the
+saves space within Emacs, and makes loading faster because the
documentation strings themselves need not be processed while loading the
file. Actual access to the documentation strings becomes slower as a
result, but this normally is not enough to bother users.