diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-09-22 15:49:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-09-22 15:49:13 +0000 |
commit | f0725a6abd0af6fda4d377b84bf1874e67ae07be (patch) | |
tree | e517d5a27ae9f4c79879ce614e1f1682689a7b7b /man | |
parent | ad709ece356b4e343238ae59c3885a91dd7edb48 (diff) | |
download | emacs-f0725a6abd0af6fda4d377b84bf1874e67ae07be.tar.gz |
(File Aliases, Misc File Ops): Add @cindex entries.
Diffstat (limited to 'man')
-rw-r--r-- | man/files.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/files.texi b/man/files.texi index 17eab9117f7..859787c3bc6 100644 --- a/man/files.texi +++ b/man/files.texi @@ -1070,6 +1070,8 @@ file, sessions are not recorded for recovery. @node File Aliases @section File Name Aliases +@cindex symbolic links (visiting) +@cindex hard links (visiting) Symbolic links and hard links both make it possible for several file names to refer to the same file. Hard links are alternate names that @@ -2859,6 +2861,7 @@ file system. On MS-DOS, it works by copying the file. the old contents of the file @var{new}. @findex make-symbolic-link +@cindex symbolic links (creation) @kbd{M-x make-symbolic-link} reads two file names @var{target} and @var{linkname}, then creates a symbolic link named @var{linkname}, which points at @var{target}. The effect is that future attempts to open file |