summaryrefslogtreecommitdiff
path: root/lisp/net/ange-ftp.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2007-03-09 09:15:21 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2007-03-09 09:15:21 +0000
commitc996c463522c5ac6e3d6f8c5bb4c4c36acb7bcef (patch)
tree9f3123da963f7830507321c3262b4fb43458ffa7 /lisp/net/ange-ftp.el
parent82db2cbb4384fa43f0e3bbbc6f17d5180725ada2 (diff)
downloademacs-c996c463522c5ac6e3d6f8c5bb4c4c36acb7bcef.tar.gz
(ange-ftp-try-passive-mode): Doc fix.
Diffstat (limited to 'lisp/net/ange-ftp.el')
-rw-r--r--lisp/net/ange-ftp.el2
1 files changed, 1 insertions, 1 deletions
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."
(const :tag "Allow" 1)))
(defcustom ange-ftp-try-passive-mode nil
- "It t, try to use passive mode in ftp, if the client program supports it."
+ "If t, try to use passive mode in ftp, if the client program supports it."
:group 'ange-ftp
:type 'boolean
:version "21.1")