diff lispref/files.texi @ 51558:5a85c7c1d3ab

(Changing Files): copy-file copies file modes, too.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Fri, 13 Jun 2003 08:39:58 +0000
parents 417a9e80f335
children 24b62b8f3def
line wrap: on
line diff
--- a/lispref/files.texi	Thu Jun 12 23:23:48 2003 +0000
+++ b/lispref/files.texi	Fri Jun 13 08:39:58 2003 +0000
@@ -1277,6 +1277,8 @@
 some operating systems.)  If setting the time gets an error,
 @code{copy-file} signals a @code{file-date-error} error.
 
+This function copies the file modes, too.
+
 In an interactive call, this function prompts for @var{filename} and
 @var{newname} in the minibuffer; also, it requests confirmation if
 @var{newname} already exists.