]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-try-passive-mode): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 9 Mar 2007 09:15:21 +0000 (09:15 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 9 Mar 2007 09:15:21 +0000 (09:15 +0000)
lisp/ChangeLog
lisp/net/ange-ftp.el

index bcca10ab0f18796df92694d400a18fd0864514cf..4bcb94ecd845f03ad83bed1edbce8f79617e15ca 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
+
 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
 
        * complete.el (PC-try-completion): New function.
index 08efbb1e107f61243860393c55f7ab6f6a7d25b4..ec76279c642d812bef30a6b069c17ead4df1f7d4 100644 (file)
@@ -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")