emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99886: Backport from trunk: doc f


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99886: Backport from trunk: doc fix.
Date: Tue, 22 Jun 2010 20:07:20 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99886
author: Karl Fogel <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-06-22 20:07:20 -0700
message:
  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'.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-22 19:25:17 +0000
+++ b/lisp/ChangeLog    2010-06-23 03:07:20 +0000
@@ -1,3 +1,9 @@
+2010-06-23  Karl Fogel  <address@hidden>
+
+       * 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  <address@hidden>
 
        Fix vc-annotate for renamed files when using Git.

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-03-25 05:53:30 +0000
+++ b/lisp/simple.el    2010-06-23 03:07:20 +0000
@@ -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 " "))))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]