diff lisp/net/net-utils.el @ 61875:cff214e628c2

(nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp): comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 26 Apr 2005 23:15:08 +0000
parents c83be5f31fc5
children 2a4f6c0559af 08185296b491
line wrap: on
line diff
--- 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)