comparison lispref/files.texi @ 61793:2a5295f7077e

(Changing Files): Fix last change's cross-reference.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 24 Apr 2005 13:12:37 +0000
parents 985b1eb8a685
children 8757023049af
comparison
equal deleted inserted replaced
61792:6a59397d6eaa 61793:2a5295f7077e
1380 In an interactive call, a prefix argument specifies a non-@code{nil} 1380 In an interactive call, a prefix argument specifies a non-@code{nil}
1381 value for @var{time}. 1381 value for @var{time}.
1382 1382
1383 The argument @var{mustbenew} controls whether an existing file can be 1383 The argument @var{mustbenew} controls whether an existing file can be
1384 overwritten. It works like the similarly-named argument of 1384 overwritten. It works like the similarly-named argument of
1385 @code{write-file} (@pxref{Writing to Files}). 1385 @code{write-region} (@pxref{Writing to Files, mustbenew}).
1386 @end deffn 1386 @end deffn
1387 1387
1388 @deffn Command make-symbolic-link filename newname &optional ok-if-exists 1388 @deffn Command make-symbolic-link filename newname &optional ok-if-exists
1389 @pindex ln 1389 @pindex ln
1390 @kindex file-already-exists 1390 @kindex file-already-exists