# HG changeset patch # User Luc Teirlinck # Date 1114557308 0 # Node ID cff214e628c23244040ecffcf292c286a289d22a # Parent 863e75f2063da823c6ae520a5a391ae510bde835 (nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp): comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp. diff -r 863e75f2063d -r cff214e628c2 lisp/net/net-utils.el --- a/lisp/net/net-utils.el Tue Apr 26 23:13:46 2005 +0000 +++ b/lisp/net/net-utils.el Tue Apr 26 23:15:08 2005 +0000 @@ -160,7 +160,7 @@ "Regexp to match the nslookup prompt. This variable is only used if the variable -`comint-use-prompt-regexp-instead-of-fields' is non-nil." +`comint-use-prompt-regexp' is non-nil." :group 'net-utils :type 'regexp) @@ -183,7 +183,7 @@ "Regexp which matches the FTP program's prompt. This variable is only used if the variable -`comint-use-prompt-regexp-instead-of-fields' is non-nil." +`comint-use-prompt-regexp' is non-nil." :group 'net-utils :type 'regexp) @@ -201,7 +201,7 @@ "Regexp which matches the smbclient program's prompt. This variable is only used if the variable -`comint-use-prompt-regexp-instead-of-fields' is non-nil." +`comint-use-prompt-regexp' is non-nil." :group 'net-utils :type 'regexp)