diff options
| author | Richard M. Stallman | 2001-04-14 14:49:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-04-14 14:49:49 +0000 |
| commit | 40c56a367c02e908f602819842611290cfdd699a (patch) | |
| tree | fdf07b96d40d9c2f774b8e50cf0ef335fedb44e6 | |
| parent | 291ff57c79c995f8ae33700b2128a9ecb9491f8c (diff) | |
| download | emacs-40c56a367c02e908f602819842611290cfdd699a.tar.gz emacs-40c56a367c02e908f602819842611290cfdd699a.zip | |
Clarify link commands for MS systems.
| -rw-r--r-- | man/files.texi | 5 |
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 |
| 2749 | additional name to an existing file without removing its old name. | 2749 | additional name to an existing file without removing its old name. |
| 2750 | The new name must belong on the same file system that the file is on. | 2750 | The new name must belong on the same file system that the file is on. |
| 2751 | On Windows, this command works only if the file resides in an NTFS | ||
| 2752 | file 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 | |||
| 2767 | as the target of the link. | 2769 | as 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 |
| 2770 | in use. Note that not all systems support symbolic links. | 2772 | in use. Note that not all systems support symbolic links; on systems |
| 2773 | that 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 |