comparison lispref/files.texi @ 32859:7600e7ac0dcd

(Visiting Functions): Typos.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 25 Oct 2000 09:46:48 +0000
parents b10fc3a9befa
children fdf780ddf0ae
comparison
equal deleted inserted replaced
32858:04a91ff2afcd 32859:7600e7ac0dcd
150 conversion (@pxref{Coding Systems}) and format conversion (@pxref{Format 150 conversion (@pxref{Coding Systems}) and format conversion (@pxref{Format
151 Conversion}). 151 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
159 @group 159 @group
160 (find-file-noselect "/etc/fstab") 160 (find-file-noselect "/etc/fstab")