(Changing Files): copy-file copies file modes, too.
authorKai Großjohann <kgrossjo@eu.uu.net>
Fri, 13 Jun 2003 08:39:58 +0000 (08:39 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Fri, 13 Jun 2003 08:39:58 +0000 (08:39 +0000)
lispref/ChangeLog
lispref/files.texi

index e85e2c8..939d19f 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * files.texi (Changing Files): copy-file copies file modes, too.
+
 2003-05-28  Richard M. Stallman  <rms@gnu.org>
 
        * strings.texi (Creating Strings): Clarify split-string.
index 875b306..0c66a36 100644 (file)
@@ -1277,6 +1277,8 @@ the same last-modified time that the old one has.  (This works on only
 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.