changeset 14572:c64371c0dbb9

(ange-ftp-default-user): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Fri, 16 Feb 1996 00:23:05 +0000
parents 1f051824c020
children 3ae037e10c04
files lisp/ange-ftp.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.