aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-03-09 09:15:21 +0000
committerThien-Thi Nguyen2007-03-09 09:15:21 +0000
commitc996c463522c5ac6e3d6f8c5bb4c4c36acb7bcef (patch)
tree9f3123da963f7830507321c3262b4fb43458ffa7
parent82db2cbb4384fa43f0e3bbbc6f17d5180725ada2 (diff)
downloademacs-c996c463522c5ac6e3d6f8c5bb4c4c36acb7bcef.tar.gz
emacs-c996c463522c5ac6e3d6f8c5bb4c4c36acb7bcef.zip
(ange-ftp-try-passive-mode): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/net/ange-ftp.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bcca10ab0f1..4bcb94ecd84 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4
12007-03-09 Martin Rudalics <rudalics@gmx.at> 52007-03-09 Martin Rudalics <rudalics@gmx.at>
2 6
3 * complete.el (PC-try-completion): New function. 7 * complete.el (PC-try-completion): New function.
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index 08efbb1e107..ec76279c642 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -1005,7 +1005,7 @@ Don't use any other value."
1005 (const :tag "Allow" 1))) 1005 (const :tag "Allow" 1)))
1006 1006
1007(defcustom ange-ftp-try-passive-mode nil 1007(defcustom ange-ftp-try-passive-mode nil
1008 "It t, try to use passive mode in ftp, if the client program supports it." 1008 "If t, try to use passive mode in ftp, if the client program supports it."
1009 :group 'ange-ftp 1009 :group 'ange-ftp
1010 :type 'boolean 1010 :type 'boolean
1011 :version "21.1") 1011 :version "21.1")