[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/files.texi [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/man/files.texi [lexbind] |
Date: |
Tue, 14 Oct 2003 18:56:31 -0400 |
Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.70.2.1 emacs/man/files.texi:1.70.2.2
*** emacs/man/files.texi:1.70.2.1 Fri Apr 4 01:20:47 2003
--- emacs/man/files.texi Tue Oct 14 18:56:22 2003
***************
*** 2,8 ****
@c Copyright (C) 1985,86,87,93,94,95,97,99, 2000, 2001
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
! @node Files, Buffers, Fixit, Top
@chapter File Handling
@cindex files
--- 2,8 ----
@c Copyright (C) 1985,86,87,93,94,95,97,99, 2000, 2001
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
! @node Files, Buffers, Keyboard Macros, Top
@chapter File Handling
@cindex files
***************
*** 1070,1075 ****
--- 1070,1077 ----
@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,2864 ****
--- 2861,2867 ----
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
***************
*** 3186,3188 ****
--- 3189,3195 ----
point. Partial Completion mode offers other features extending
@code{find-file}, which can be used with @code{ffap}.
@xref{Completion Options}.
+
+ @ignore
+ arch-tag: 768d32cb-e15a-4cc1-b7bf-62c00ee12250
+ @end ignore
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/man/files.texi [lexbind],
Miles Bader <=