]> git.eshelyaron.com Git - emacs.git/commitdiff
(Visiting Functions): Typos.
authorGerd Moellmann <gerd@gnu.org>
Wed, 25 Oct 2000 09:46:57 +0000 (09:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 25 Oct 2000 09:46:57 +0000 (09:46 +0000)
lispref/ChangeLog
lispref/files.texi

index a42857c73c3de7ada35dcc5b7f49a59f66042ab9..e8e3a71f91bdf116f9472d4a0712c42bef463204 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * files.texi (Visiting Functions): Typos.
+
 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
 
        * files.texi (Visiting Functions): Return value of
index 15c0e3652509990b1a8d868e1ae389e53686c049..6a3704b67166737431ce218804c9a49d1ecf1a81 100644 (file)
@@ -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