Mercurial > emacs
changeset 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 | bfaf9e31b45e |
children | d8720405694a 51f725b66eac |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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-21 Alan Mackenzie <bug-cc-mode@gnu.org> Fix an indentation bug:
--- 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 " "))))))