diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-13 11:54:46 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-13 11:55:12 -0700 |
commit | 5bdc97d55df30f6af107ddd136901983a7e2706a (patch) | |
tree | a85ddaf50d63b53e77cd98a527b84a4038fdace4 /doc | |
parent | 8de2edd9ef8b4776fd7226de285c1d135b3e6938 (diff) | |
download | emacs-5bdc97d55df30f6af107ddd136901983a7e2706a.tar.gz |
Be consistent in spelling 'ok-if-already-exists'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/files.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index d3f40a7c0c0..25f32c231ca 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -1652,7 +1652,7 @@ with @code{add-name-to-file} and then deleting @var{filename} has the same effect as renaming, aside from momentary intermediate states. @end deffn -@deffn Command copy-file oldname newname &optional ok-if-exists time preserve-uid-gid preserve-extended-attributes +@deffn Command copy-file oldname newname &optional ok-if-already-exists time preserve-uid-gid preserve-extended-attributes This command copies the file @var{oldname} to @var{newname}. An error is signaled if @var{oldname} does not exist. If @var{newname} names a directory, it copies @var{oldname} into that directory, @@ -1684,7 +1684,7 @@ default file permissions (see @code{set-default-file-modes} below), if SELinux context are not copied over in either case. @end deffn -@deffn Command make-symbolic-link filename newname &optional ok-if-exists +@deffn Command make-symbolic-link filename newname &optional ok-if-already-exists @pindex ln @kindex file-already-exists This command makes a symbolic link to @var{filename}, named |