From: Karl Fogel Date: Mon, 21 Jun 2010 23:26:46 +0000 (-0400) Subject: * lisp/simple.el (compose-mail): Fix doc string to refer to X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f0b7b3e87d46e8b95a914dba3806c86443b57e8;p=emacs.git * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 134ae96895a..05211ed5a8a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/simple.el b/lisp/simple.el index 08ed329a9b8..ef30e98dd1c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5698,7 +5698,7 @@ Each action has the form (FUNCTION . ARGS)." 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 " "))))))