From c996c463522c5ac6e3d6f8c5bb4c4c36acb7bcef Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 9 Mar 2007 09:15:21 +0000 Subject: [PATCH] (ange-ftp-try-passive-mode): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/net/ange-ftp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bcca10ab0f1..4bcb94ecd84 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-03-09 Thien-Thi Nguyen + + * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix. + 2007-03-09 Martin Rudalics * 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." (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") -- 2.11.4.GIT