aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2012-02-13 20:42:58 +0100
committerLars Ingebrigtsen2012-02-13 20:42:58 +0100
commit5f0af64f87f6b9fdf46bf3dedfeaed5f1739e5ff (patch)
tree4785378b9b734002e4393da02511819b687062fd
parent2e8f3c56f0217d29ce9e229268331cef2a1e8739 (diff)
downloademacs-5f0af64f87f6b9fdf46bf3dedfeaed5f1739e5ff.tar.gz
emacs-5f0af64f87f6b9fdf46bf3dedfeaed5f1739e5ff.zip
`mail-user-agent' doc fix
* simple.el (mail-user-agent): Mention that `gnus-user-agent' only does its stuff if Gnus is running.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/simple.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b3381e95160..026d81bc0b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4 does its stuff if Gnus is running.
5
12012-02-13 Alan Mackenzie <acm@muc.de> 62012-02-13 Alan Mackenzie <acm@muc.de>
2 7
3 Fix a loop in c-set-fl-decl-start. 8 Fix a loop in c-set-fl-decl-start.
diff --git a/lisp/simple.el b/lisp/simple.el
index 881b0b22079..c968ac01b0d 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5810,8 +5810,8 @@ Valid values include:
5810 `mh-e-user-agent' -- use the Emacs interface to the MH mail system. 5810 `mh-e-user-agent' -- use the Emacs interface to the MH mail system.
5811 See Info node `(mh-e)'. 5811 See Info node `(mh-e)'.
5812 `gnus-user-agent' -- like `message-user-agent', but with Gnus 5812 `gnus-user-agent' -- like `message-user-agent', but with Gnus
5813 paraphernalia, particularly the Gcc: header for 5813 paraphernalia if Gnus is running, particularly
5814 archiving. 5814 the Gcc: header for archiving.
5815 5815
5816Additional valid symbols may be available; check with the author of 5816Additional valid symbols may be available; check with the author of
5817your package for details. The function should return non-nil if it 5817your package for details. The function should return non-nil if it