diff options
| author | Miles Bader | 2002-07-16 01:00:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2002-07-16 01:00:43 +0000 |
| commit | 740fd9d81928cce9870eee64fd8faaee41d21f8c (patch) | |
| tree | d09124e5122874bf5b63310eb12d9fce158ffc4f | |
| parent | fcd5c9aa59e17650633118a41c8d724302088856 (diff) | |
| download | emacs-740fd9d81928cce9870eee64fd8faaee41d21f8c.tar.gz emacs-740fd9d81928cce9870eee64fd8faaee41d21f8c.zip | |
(HTML Mode): Put `@end table' at end of table.
| -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}). | |||
| 1735 | @findex sgml-validate | 1735 | @findex sgml-validate |
| 1736 | Run a shell command (which you must specify) to validate the current | 1736 | Run a shell command (which you must specify) to validate the current |
| 1737 | buffer as SGML (@code{sgml-validate}). | 1737 | buffer as SGML (@code{sgml-validate}). |
| 1738 | @end table | ||
| 1739 | 1738 | ||
| 1740 | @item C-x TAB | 1739 | @item C-x TAB |
| 1741 | @kindex C-c TAB @r{(SGML mode)} | 1740 | @kindex C-c TAB @r{(SGML mode)} |
| 1742 | @findex sgml-tags-invisible | 1741 | @findex sgml-tags-invisible |
| 1743 | Toggle the visibility of existing tags in the buffer. This can be | 1742 | Toggle the visibility of existing tags in the buffer. This can be |
| 1744 | used as a cheap preview. | 1743 | used as a cheap preview. |
| 1744 | @end table | ||
| 1745 | 1745 | ||
| 1746 | @vindex sgml-xml-mode | 1746 | @vindex sgml-xml-mode |
| 1747 | SGML mode and HTML mode support XML also. In XML, every opening tag | 1747 | SGML mode and HTML mode support XML also. In XML, every opening tag |