aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a42857c73c3..e8e3a71f91b 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12000-10-25 Gerd Moellmann <gerd@gnu.org>
2
3 * files.texi (Visiting Functions): Typos.
4
12000-10-25 Kenichi Handa <handa@etl.go.jp> 52000-10-25 Kenichi Handa <handa@etl.go.jp>
2 6
3 * files.texi (Visiting Functions): Return value of 7 * files.texi (Visiting Functions): Return value of
diff --git a/lispref/files.texi b/lispref/files.texi
index 15c0e365250..6a3704b6716 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -152,7 +152,7 @@ Conversion}).
152 152
153The @code{find-file-noselect} function usually returns the buffer that 153The @code{find-file-noselect} function usually returns the buffer that
154is visiting the file @var{filename}. But, if wildcards are actually 154is visiting the file @var{filename}. But, if wildcards are actually
155used and expanded, it returns a list of buffer tha are visiting the 155used and expanded, it returns a list of buffers that are visiting the
156various files. 156various files.
157 157
158@example 158@example