diff options
| author | Chong Yidong | 2008-11-17 01:23:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-17 01:23:05 +0000 |
| commit | a943a9fcb29dfbf8e77658e6aaa5ca2345286f77 (patch) | |
| tree | 39d6092dc991c84fd68b1a30c88e572cd8355b82 | |
| parent | 27267e4c8cc4d13c177b5f1204246ae86c1c601c (diff) | |
| download | emacs-a943a9fcb29dfbf8e77658e6aaa5ca2345286f77.tar.gz emacs-a943a9fcb29dfbf8e77658e6aaa5ca2345286f77.zip | |
(Remote Files): Link to Passwords node.
| -rw-r--r-- | doc/emacs/files.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 4e49ecf17f3..28d9765a4b2 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1723,11 +1723,11 @@ is documented in the following. Remote file access through the other | |||
| 1723 | methods is handled by the Tramp package, which has its own manual. | 1723 | methods is handled by the Tramp package, which has its own manual. |
| 1724 | @xref{Top, The Tramp Manual,, tramp, The Tramp Manual}. | 1724 | @xref{Top, The Tramp Manual,, tramp, The Tramp Manual}. |
| 1725 | 1725 | ||
| 1726 | When the Ange-FTP package is used, Emacs logs in through FTP using your | 1726 | When the Ange-FTP package is used, Emacs logs in through FTP using |
| 1727 | user name or the name @var{user}. It may ask you for a password from | 1727 | your user name or the name @var{user}. It may ask you for a password |
| 1728 | time to time; this is used for logging in on @var{host}. The form using | 1728 | from time to time (@pxref{Passwords}); this is used for logging in on |
| 1729 | @var{port} allows you to access servers running on a non-default TCP | 1729 | @var{host}. The form using @var{port} allows you to access servers |
| 1730 | port. | 1730 | running on a non-default TCP port. |
| 1731 | 1731 | ||
| 1732 | @cindex backups for remote files | 1732 | @cindex backups for remote files |
| 1733 | @vindex ange-ftp-make-backup-files | 1733 | @vindex ange-ftp-make-backup-files |
| @@ -1754,7 +1754,7 @@ are handled specially. The variable | |||
| 1754 | the value of this variable is a string, then that string is used as | 1754 | the value of this variable is a string, then that string is used as |
| 1755 | the password; if non-@code{nil} (the default), then the value of | 1755 | the password; if non-@code{nil} (the default), then the value of |
| 1756 | @code{user-mail-address} is used; if @code{nil}, then Emacs prompts | 1756 | @code{user-mail-address} is used; if @code{nil}, then Emacs prompts |
| 1757 | you for a password as usual. | 1757 | you for a password as usual (@pxref{Passwords}). |
| 1758 | 1758 | ||
| 1759 | @cindex firewall, and accessing remote files | 1759 | @cindex firewall, and accessing remote files |
| 1760 | @cindex gateway, and remote file access with @code{ange-ftp} | 1760 | @cindex gateway, and remote file access with @code{ange-ftp} |