diff options
| -rw-r--r-- | lisp/ange-ftp.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index afc4ce70483..0d0066e7c80 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el | |||
| @@ -694,9 +694,11 @@ If non-nil but not a string, you are prompted for the name. | |||
| 694 | If nil, the value of `ange-ftp-netrc-default-user' is used. | 694 | If nil, the value of `ange-ftp-netrc-default-user' is used. |
| 695 | If that is nil too, then your login name is used. | 695 | If that is nil too, then your login name is used. |
| 696 | 696 | ||
| 697 | To change the user name foir a host that you have already used in this | 697 | Once a connection to a given host has been initiated, the user name |
| 698 | session, you must use `ange-ftp-set-user' to change the cached | 698 | and password information for that host are cached and re-used by |
| 699 | information about that host.") | 699 | ange-ftp. Use `ange-ftp-set-user' to change the cached values, |
| 700 | since setting `ange-ftp-default-user' directly does not affect | ||
| 701 | the cached information.") | ||
| 700 | 702 | ||
| 701 | (defvar ange-ftp-netrc-default-user nil | 703 | (defvar ange-ftp-netrc-default-user nil |
| 702 | "Alternate default user name to use when none is specified. | 704 | "Alternate default user name to use when none is specified. |