aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-10-25 09:46:57 +0000
committerGerd Moellmann <[email protected]>2000-10-25 09:46:57 +0000
commita540f6ed85ab806e45abf5043cf8a10bbf1ef9d8 (patch)
treed58e9769db78a763f6c7cea1684ba5e73783c26b /lispref
parentff4dcd4b53ab620d015dd4703cedf79bfbaf17d1 (diff)
(Visiting Functions): Typos.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/files.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index a42857c73c..e8e3a71f91 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-25 Gerd Moellmann <[email protected]>
+
+ * files.texi (Visiting Functions): Typos.
+
2000-10-25 Kenichi Handa <[email protected]>
* files.texi (Visiting Functions): Return value of
diff --git a/lispref/files.texi b/lispref/files.texi
index 15c0e36525..6a3704b671 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -152,7 +152,7 @@ Conversion}).
The @code{find-file-noselect} function usually returns the buffer that
is visiting the file @var{filename}. But, if wildcards are actually
-used and expanded, it returns a list of buffer tha are visiting the
+used and expanded, it returns a list of buffers that are visiting the
various files.
@example