From 980cc24722e345b6f79a287957efaec4cf42c25c Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 26 Apr 2005 23:15:08 +0000 Subject: [PATCH] (nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp): comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp. --- lisp/net/net-utils.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index 581a070134d..4a54702643a 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -160,7 +160,7 @@ These options can be used to limit how many ICMP packets are emitted." "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 @@ This variable is only used if the variable "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 @@ This variable is only used if the variable "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) -- 2.39.2