]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (compose-mail): Fix doc string to refer to
authorKarl Fogel <karl.fogel@canonical.com>
Mon, 21 Jun 2010 23:26:46 +0000 (19:26 -0400)
committerKarl Fogel <karl.fogel@canonical.com>
Mon, 21 Jun 2010 23:26:46 +0000 (19:26 -0400)
  `compose-mail-user-agent-warnings', instead of to the
  nonexistent `compose-mail-check-user-agent'.

lisp/ChangeLog
lisp/simple.el

index 134ae96895accdb4bcc3ea22e63bc6d293ac4631..05211ed5a8ab1fb9f39f42cea051de565fa25bb2 100644 (file)
@@ -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:
index 08ed329a9b8b8efacbe20adaf3b53025b2507ecb..ef30e98dd1cd426bbd3a158fd43959956d25b69b 100644 (file)
@@ -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 " "))))))