[gnus git] branch master updated: n0-15-59-ge157d87 =1= (Window Layout): @itemize @code doesn't exist. It's @table @code.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e157d87cbd9372d6afe8104b036273b98112df85 (commit)
from 1b1d297e18d2f272861a05cfff5060284b00ea95 (commit)
- Log -----------------------------------------------------------------
commit e157d87cbd9372d6afe8104b036273b98112df85
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Apr 12 19:25:35 2011 +0200
(Window Layout): @itemize @code doesn't exist. It's @table @code.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index fec5c15..5a5cdf7 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-12 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus.texi (Window Layout): @itemize @code doesn't exist. It's @table
+ @code.
+
2011-03-19 Antoine Levitt <[email protected]>
* gnus.texi (Listing Groups): Document gnus-group-list-ticked
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 00ee305..6128f02 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -22836,7 +22836,7 @@ windows resized.
Here's a list of most of the currently known window configurations,
and when they're used:
-@itemize @code
+@table @code
@item group
The group buffer.
@@ -22903,7 +22903,7 @@ Composing a bounce message.
@item mml-preview
Previewing a @acronym{MIME} part.
-@end itemize
+@end table
@subsection Example Window Configurations
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 5 +++++
texi/gnus.texi | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project