comparison lispref/files.texi @ 61775:985b1eb8a685

(Changing Files): Fix typo.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 23 Apr 2005 17:37:51 +0000
parents d9c520f08ec6
children 2a5295f7077e
comparison
equal deleted inserted replaced
61774:74e9414d9598 61775:985b1eb8a685
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} (@pref{Writing to Files}). 1385 @code{write-file} (@pxref{Writing to Files}).
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