2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
+ * files.texi (Changing Files): Fix an argument of `copy-file'.
+
* strings.texi (Creating Strings): Document TRIM in `split-string'.
2013-12-23 Chong Yidong <cyd@gnu.org>
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-selinux
+@deffn Command copy-file oldname newname &optional ok-if-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,
** File-handling changes
++++
*** Support for filesystem notifications.
Emacs now supports notifications of filesystem changes, such as
creation, modification, and deletion of files. This requires the
MS-Windows systems, this is supported for Windows XP and newer
versions.
++++
*** The 9th element returned by `file-attributes' is now unspecified.
Formerly, it was t if the file's gid would change if file were deleted
and recreated. This value has been inaccurate for years on many
platforms, and nobody seems to have noticed or cared.
++++
*** The 6th argument to `copy-file' has been renamed to
PRESERVE-EXTENDED-ATTRIBUTES as it now handles both SELinux context
and ACL entries.