aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-04-14 14:49:49 +0000
committerRichard M. Stallman2001-04-14 14:49:49 +0000
commit40c56a367c02e908f602819842611290cfdd699a (patch)
treefdf07b96d40d9c2f774b8e50cf0ef335fedb44e6
parent291ff57c79c995f8ae33700b2128a9ecb9491f8c (diff)
downloademacs-40c56a367c02e908f602819842611290cfdd699a.tar.gz
emacs-40c56a367c02e908f602819842611290cfdd699a.zip
Clarify link commands for MS systems.
-rw-r--r--man/files.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi
index d9679afa4f3..9ff292839e2 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -2748,6 +2748,8 @@ file @var{old} is copied and deleted.
2748 The similar command @kbd{M-x add-name-to-file} is used to add an 2748 The similar command @kbd{M-x add-name-to-file} is used to add an
2749additional name to an existing file without removing its old name. 2749additional name to an existing file without removing its old name.
2750The new name must belong on the same file system that the file is on. 2750The new name must belong on the same file system that the file is on.
2751On Windows, this command works only if the file resides in an NTFS
2752file system. On MS-DOS, it works by copying the file.
2751 2753
2752@findex copy-file 2754@findex copy-file
2753@cindex copying files 2755@cindex copying files
@@ -2767,7 +2769,8 @@ not in use at that time. This command does not expand the argument
2767as the target of the link. 2769as the target of the link.
2768 2770
2769 Confirmation is required when creating the link if @var{linkname} is 2771 Confirmation is required when creating the link if @var{linkname} is
2770in use. Note that not all systems support symbolic links. 2772in use. Note that not all systems support symbolic links; on systems
2773that don't support them, this command is not defined.
2771 2774
2772@node Compressed Files 2775@node Compressed Files
2773@section Accessing Compressed Files 2776@section Accessing Compressed Files