# HG changeset patch # User Karl Heuer # Date 824430185 0 # Node ID c64371c0dbb95ba4e638370aa943d74175a69008 # Parent 1f051824c0200883c4994f2202bd156eaa6d4fc6 (ange-ftp-default-user): Doc fix. diff -r 1f051824c020 -r c64371c0dbb9 lisp/ange-ftp.el --- a/lisp/ange-ftp.el Fri Feb 16 00:17:03 1996 +0000 +++ b/lisp/ange-ftp.el Fri Feb 16 00:23:05 1996 +0000 @@ -694,9 +694,11 @@ If nil, the value of `ange-ftp-netrc-default-user' is used. If that is nil too, then your login name is used. -To change the user name foir a host that you have already used in this -session, you must use `ange-ftp-set-user' to change the cached -information about that host.") +Once a connection to a given host has been initiated, the user name +and password information for that host are cached and re-used by +ange-ftp. Use `ange-ftp-set-user' to change the cached values, +since setting `ange-ftp-default-user' directly does not affect +the cached information.") (defvar ange-ftp-netrc-default-user nil "Alternate default user name to use when none is specified.