Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
12c8cdb6
Commit
12c8cdb6
authored
Oct 21, 2023
by
Eli Zaretskii
Browse files
Merge from origin/emacs-29
b99d12c3
; Fix argument name for function `copy-file'
parents
5c652414
b99d12c3
Pipeline
#26846
failed with stages
in 9 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/lispref/files.texi
doc/lispref/files.texi
+1
-1
No files found.
doc/lispref/files.texi
View file @
12c8cdb6
...
...
@@ -1803,7 +1803,7 @@ If @var{newname} exists, then it must be an empty directory if
@var{oldname} is a directory and a non-directory otherwise.
@end deffn
@deffn Command copy-file oldname newname &optional ok-if-already-exists time preserve-uid-gid preserve-
extended-attribute
s
@deffn Command copy-file oldname newname &optional ok-if-already-exists time preserve-uid-gid preserve-
permission
s
This command copies the file @var{oldname} to @var{newname}. An
error is signaled if @var{oldname} is not a regular file. If @var{newname}
names a directory, it copies @var{oldname} into that directory,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment