diff options
author | Miles Bader <miles@gnu.org> | 2002-07-16 01:00:43 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-07-16 01:00:43 +0000 |
commit | 740fd9d81928cce9870eee64fd8faaee41d21f8c (patch) | |
tree | d09124e5122874bf5b63310eb12d9fce158ffc4f /man/text.texi | |
parent | fcd5c9aa59e17650633118a41c8d724302088856 (diff) | |
download | emacs-740fd9d81928cce9870eee64fd8faaee41d21f8c.tar.gz |
(HTML Mode): Put `@end table' at end of table.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/text.texi b/man/text.texi index b460ec157ff..f963698fa21 100644 --- a/man/text.texi +++ b/man/text.texi @@ -1735,13 +1735,13 @@ characters themselves (@code{sgml-name-8bit-mode}). @findex sgml-validate Run a shell command (which you must specify) to validate the current buffer as SGML (@code{sgml-validate}). -@end table @item C-x TAB @kindex C-c TAB @r{(SGML mode)} @findex sgml-tags-invisible Toggle the visibility of existing tags in the buffer. This can be used as a cheap preview. +@end table @vindex sgml-xml-mode SGML mode and HTML mode support XML also. In XML, every opening tag |