# HG changeset patch # User Karl Fogel # Date 1277162806 14400 # Node ID a52944b445179bee5ab0cf174a05ab79fbd87faa # Parent bfaf9e31b45e68e929a04d192fb4b2af3643ce72 * 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'. diff -r bfaf9e31b45e -r a52944b44517 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 21 21:08:26 2010 +0000 +++ b/lisp/ChangeLog Mon Jun 21 19:26:46 2010 -0400 @@ -1,3 +1,9 @@ +2010-06-21 Karl Fogel + + * 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-21 Alan Mackenzie Fix an indentation bug: diff -r bfaf9e31b45e -r a52944b44517 lisp/simple.el --- 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 " "))))))