changeset 32859:7600e7ac0dcd

(Visiting Functions): Typos.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 25 Oct 2000 09:46:48 +0000
parents 04a91ff2afcd
children 365aaee3a6a4
files lispref/files.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/files.texi	Wed Oct 25 07:36:30 2000 +0000
+++ b/lispref/files.texi	Wed Oct 25 09:46:48 2000 +0000
@@ -152,7 +152,7 @@
 
 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