diff lisp/simple.el @ 109031:a52944b44517

* lisp/simple.el (compose-mail): Fix doc string to refer to `compose-mail-user-agent-warnings', instead of to the nonexistent `compose-mail-check-user-agent'.
author Karl Fogel <karl.fogel@canonical.com>
date Mon, 21 Jun 2010 19:26:46 -0400
parents e7c6230ab85d
children d8144fe7f3f8
line wrap: on
line diff
--- a/lisp/simple.el	Mon Jun 21 21:08:26 2010 +0000
+++ b/lisp/simple.el	Mon Jun 21 19:26:46 2010 -0400
@@ -5698,7 +5698,7 @@
 The default mail mode is now Message mode.
 You have the following Mail mode variable%s customized:
 \n  %s\n\nTo use Mail mode, set `mail-user-agent' to sendmail-user-agent.
-To disable this warning, set `compose-mail-check-user-agent' to nil."
+To disable this warning, set `compose-mail-user-agent-warnings' to nil."
 				    (if (> (length warn-vars) 1) "s" "")
 				    (mapconcat 'symbol-name
 					       warn-vars " "))))))