summaryrefslogtreecommitdiff
path: root/doc/emacs/text.texi
diff options
context:
space:
mode:
authorAaron S. Hawley <aaron.s.hawley@gmail.com>2019-06-27 13:55:04 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-27 13:55:04 +0200
commitd64c72f50cb5acefb806c53dfc965ff5b22e8ac9 (patch)
tree3a24cb3d315439c782a46d9a5fe088a5e3f4c1b5 /doc/emacs/text.texi
parent573de396f03684efa89ead24a371b0f4c9bf8d5d (diff)
downloademacs-d64c72f50cb5acefb806c53dfc965ff5b22e8ac9.tar.gz
Allow generating wiki and mediawiki tables
* lisp/textmodes/table.el (table--generate-source-prologue) (table--generate-source-epilogue) (table--generate-source-scan-rows) (table--generate-source-cells-in-a-row): Insert the wiki/mediawiki separators. * lisp/textmodes/table.el (table-source-languages): Add support for wiki and mediawiki tables (bug#13287). 2019-06-27 Lars Ingebrigtsen <larsi@gnus.org> * doc/emacs/text.texi (Table Misc): Mention the new wiki and mediawiki formats.
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r--doc/emacs/text.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index 59423feeeae..ffebf39f331 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -2851,11 +2851,12 @@ cell interval, and the justification of the text in each cell.
@findex table-generate-source
@kbd{M-x table-generate-source} generates a table formatted for a
specific markup language. It asks for a language (which must be one
-of @code{html}, @code{latex}, or @code{cals}), a destination buffer in
-which to put the result, and a table caption, and then inserts the
-generated table into the specified buffer. The default destination
-buffer is @code{table.@var{lang}}, where @var{lang} is the language
-you specified.
+of @code{html}, @code{latex}, @code{cals}, @code{wiki} or
+@code{mediawiki}), a destination buffer in which to put the result,
+and a table caption, and then inserts the generated table into the
+specified buffer. The default destination buffer is
+@code{table.@var{lang}}, where @var{lang} is the language you
+specified.
@node Two-Column
@section Two-Column Editing