diff lisp/net/ange-ftp.el @ 90787:91bf6e05918b

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
author Miles Bader <miles@gnu.org>
date Sun, 18 Mar 2007 14:11:08 +0000
parents f83d17e1ace6 635d8b158d85
children 988f1edc9674
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el	Sun Mar 18 14:00:43 2007 +0000
+++ b/lisp/net/ange-ftp.el	Sun Mar 18 14:11:08 2007 +0000
@@ -1005,7 +1005,7 @@
 		 (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")