aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-25 09:46:57 +0000
committerGerd Moellmann2000-10-25 09:46:57 +0000
commita540f6ed85ab806e45abf5043cf8a10bbf1ef9d8 (patch)
treed58e9769db78a763f6c7cea1684ba5e73783c26b
parentff4dcd4b53ab620d015dd4703cedf79bfbaf17d1 (diff)
downloademacs-a540f6ed85ab806e45abf5043cf8a10bbf1ef9d8.tar.gz
emacs-a540f6ed85ab806e45abf5043cf8a10bbf1ef9d8.zip
(Visiting Functions): Typos.
-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