aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/files.texi12
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
1723methods is handled by the Tramp package, which has its own manual. 1723methods 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
1726When the Ange-FTP package is used, Emacs logs in through FTP using your 1726When the Ange-FTP package is used, Emacs logs in through FTP using
1727user name or the name @var{user}. It may ask you for a password from 1727your user name or the name @var{user}. It may ask you for a password
1728time to time; this is used for logging in on @var{host}. The form using 1728from 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
1730port. 1730running 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
1754the value of this variable is a string, then that string is used as 1754the value of this variable is a string, then that string is used as
1755the password; if non-@code{nil} (the default), then the value of 1755the 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
1757you for a password as usual. 1757you 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}