aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/ange-ftp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index 16e8e757dc0..140a0e7e935 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -39,8 +39,8 @@
39;; 39;;
40;; /ange@anorman:/tmp/notes 40;; /ange@anorman:/tmp/notes
41;; 41;;
42;; then ange-ftp spawns an FTP process, connect to the host 'anorman' as 42;; then ange-ftp spawns an FTP process, connects to the host 'anorman' as
43;; user 'ange', get the file '/tmp/notes' and pop up a buffer containing the 43;; user 'ange', gets the file '/tmp/notes' and pops up a buffer containing the
44;; contents of that file as if it were on the local filesystem. If ange-ftp 44;; contents of that file as if it were on the local filesystem. If ange-ftp
45;; needs a password to connect then it reads one in the echo area. 45;; needs a password to connect then it reads one in the echo area.
46 46