]> code.delx.au - gnu-emacs/commitdiff
(nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 26 Apr 2005 23:15:08 +0000 (23:15 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 26 Apr 2005 23:15:08 +0000 (23:15 +0000)
comint-use-prompt-regexp-instead-of-fields has been renamed to
comint-use-prompt-regexp.

lisp/net/net-utils.el

index 581a070134d5101e02f9c007bacf7af52d8a622b..4a54702643a8578ff6de4dea726ca7f741ebf898 100644 (file)
@@ -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)