]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-default-user): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 16 Feb 1996 00:23:05 +0000 (00:23 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 16 Feb 1996 00:23:05 +0000 (00:23 +0000)
lisp/ange-ftp.el

index afc4ce704837c2ffac789a700a4a4bf381914357..0d0066e7c805b30ae8c31c4b12291e09d1e075b8 100644 (file)
@@ -694,9 +694,11 @@ If non-nil but not a string, you are prompted for the name.
 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.