aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog5
-rw-r--r--man/gnus.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 87dd059ecd0..b4f9a2ee48c 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -3,6 +3,11 @@
3 * frames.texi (Secondary Selection): Window clicked does not matter 3 * frames.texi (Secondary Selection): Window clicked does not matter
4 when mouse-yank-at-point is non-nil. 4 when mouse-yank-at-point is non-nil.
5 5
62007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7
8 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
9 <tassilo@member.fsf.org>.
10
62007-01-27 Eli Zaretskii <eliz@gnu.org> 112007-01-27 Eli Zaretskii <eliz@gnu.org>
7 12
8 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and 13 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
diff --git a/man/gnus.texi b/man/gnus.texi
index 80a9e47c74b..625549890ae 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -19040,7 +19040,7 @@ following incantation:
19040 19040
19041@example 19041@example
19042#!/bin/sh 19042#!/bin/sh
19043emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1 19043emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-agent-batch >/dev/null 2>&1
19044@end example 19044@end example
19045 19045
19046 19046