emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107272: `mail-user-agent' doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107272: `mail-user-agent' doc fix
Date: Mon, 13 Feb 2012 20:42:58 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107272
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-13 20:42:58 +0100
message:
  `mail-user-agent' doc fix
  
  * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
  does its stuff if Gnus is running.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-13 17:18:07 +0000
+++ b/lisp/ChangeLog    2012-02-13 19:42:58 +0000
@@ -1,3 +1,8 @@
+2012-02-13  Lars Ingebrigtsen  <address@hidden>
+
+       * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
+       does its stuff if Gnus is running.
+
 2012-02-13  Alan Mackenzie  <address@hidden>
 
        Fix a loop in c-set-fl-decl-start.

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-02-08 02:12:24 +0000
+++ b/lisp/simple.el    2012-02-13 19:42:58 +0000
@@ -5810,8 +5810,8 @@
   `mh-e-user-agent'     -- use the Emacs interface to the MH mail system.
                            See Info node `(mh-e)'.
   `gnus-user-agent'     -- like `message-user-agent', but with Gnus
-                           paraphernalia, particularly the Gcc: header for
-                           archiving.
+                           paraphernalia if Gnus is running, particularly
+                           the Gcc: header for archiving.
 
 Additional valid symbols may be available; check with the author of
 your package for details.  The function should return non-nil if it


reply via email to

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