comparison man/xemacs/files.texi @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 5a79be0ef6a8
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
252 except that it creates a new frame in which the file is displayed. 252 except that it creates a new frame in which the file is displayed.
253 253
254 @findex find-this-file-other-window 254 @findex find-this-file-other-window
255 Use the function @code{find-this-file-other-window} to edit a file 255 Use the function @code{find-this-file-other-window} to edit a file
256 mentioned in the buffer you are editing or to test if that file exists. 256 mentioned in the buffer you are editing or to test if that file exists.
257 To do do this, use the minibuffer completion after snatching the part or 257 To do this, use the minibuffer completion after snatching the part or
258 all of the filename. By providing a prefix argument, the function calls 258 all of the filename. By providing a prefix argument, the function calls
259 @code{filename-at-point} and switches you to a buffer visiting the file 259 @code{filename-at-point} and switches you to a buffer visiting the file
260 @var{filename} in another window. The function creates a buffer if none 260 @var{filename} in another window. The function creates a buffer if none
261 already exists. This function is similar to @code{find-file-other-window}. 261 already exists. This function is similar to @code{find-file-other-window}.
262 262