diff options
| author | Gerd Moellmann | 2000-10-25 09:46:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-25 09:46:57 +0000 |
| commit | a540f6ed85ab806e45abf5043cf8a10bbf1ef9d8 (patch) | |
| tree | d58e9769db78a763f6c7cea1684ba5e73783c26b | |
| parent | ff4dcd4b53ab620d015dd4703cedf79bfbaf17d1 (diff) | |
| download | emacs-a540f6ed85ab806e45abf5043cf8a10bbf1ef9d8.tar.gz emacs-a540f6ed85ab806e45abf5043cf8a10bbf1ef9d8.zip | |
(Visiting Functions): Typos.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/files.texi | 2 |
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 @@ | |||
| 1 | 2000-10-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (Visiting Functions): Typos. | ||
| 4 | |||
| 1 | 2000-10-25 Kenichi Handa <handa@etl.go.jp> | 5 | 2000-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 | ||
| 153 | The @code{find-file-noselect} function usually returns the buffer that | 153 | The @code{find-file-noselect} function usually returns the buffer that |
| 154 | is visiting the file @var{filename}. But, if wildcards are actually | 154 | is visiting the file @var{filename}. But, if wildcards are actually |
| 155 | used and expanded, it returns a list of buffer tha are visiting the | 155 | used and expanded, it returns a list of buffers that are visiting the |
| 156 | various files. | 156 | various files. |
| 157 | 157 | ||
| 158 | @example | 158 | @example |