changeset 109266:9df40307a957

Backport from trunk: doc fix. * 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 Glenn Morris <rgm@gnu.org>
date Tue, 22 Jun 2010 20:07:20 -0700
parents 21cb91dca6c7
children 71353caf35e3
files lisp/ChangeLog lisp/simple.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 22 20:01:35 2010 -0700
+++ b/lisp/ChangeLog	Tue Jun 22 20:07:20 2010 -0700
@@ -1,3 +1,9 @@
+2010-06-23  Karl Fogel  <kfogel@red-bean.com>
+
+	* 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'.
+
 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	Fix vc-annotate for renamed files when using Git.
--- a/lisp/simple.el	Tue Jun 22 20:01:35 2010 -0700
+++ b/lisp/simple.el	Tue Jun 22 20:07:20 2010 -0700
@@ -5669,7 +5669,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 " "))))))