diff options
| author | Paul Eggert | 2017-08-13 11:54:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-08-13 11:55:12 -0700 |
| commit | 5bdc97d55df30f6af107ddd136901983a7e2706a (patch) | |
| tree | a85ddaf50d63b53e77cd98a527b84a4038fdace4 /doc | |
| parent | 8de2edd9ef8b4776fd7226de285c1d135b3e6938 (diff) | |
| download | emacs-5bdc97d55df30f6af107ddd136901983a7e2706a.tar.gz emacs-5bdc97d55df30f6af107ddd136901983a7e2706a.zip | |
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 | |||
| 1652 | same effect as renaming, aside from momentary intermediate states. | 1652 | same effect as renaming, aside from momentary intermediate states. |
| 1653 | @end deffn | 1653 | @end deffn |
| 1654 | 1654 | ||
| 1655 | @deffn Command copy-file oldname newname &optional ok-if-exists time preserve-uid-gid preserve-extended-attributes | 1655 | @deffn Command copy-file oldname newname &optional ok-if-already-exists time preserve-uid-gid preserve-extended-attributes |
| 1656 | This command copies the file @var{oldname} to @var{newname}. An | 1656 | This command copies the file @var{oldname} to @var{newname}. An |
| 1657 | error is signaled if @var{oldname} does not exist. If @var{newname} | 1657 | error is signaled if @var{oldname} does not exist. If @var{newname} |
| 1658 | names a directory, it copies @var{oldname} into that directory, | 1658 | 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 | |||
| 1684 | SELinux context are not copied over in either case. | 1684 | SELinux context are not copied over in either case. |
| 1685 | @end deffn | 1685 | @end deffn |
| 1686 | 1686 | ||
| 1687 | @deffn Command make-symbolic-link filename newname &optional ok-if-exists | 1687 | @deffn Command make-symbolic-link filename newname &optional ok-if-already-exists |
| 1688 | @pindex ln | 1688 | @pindex ln |
| 1689 | @kindex file-already-exists | 1689 | @kindex file-already-exists |
| 1690 | This command makes a symbolic link to @var{filename}, named | 1690 | This command makes a symbolic link to @var{filename}, named |