aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-15 14:12:44 +0000
committerEli Zaretskii2006-12-15 14:12:44 +0000
commitc6e87e896823db85f227377dfb76e2750fd5d109 (patch)
tree78d3919efc6b3509b9354f2f34fe5acef8ba627a
parentd71826c43f9b72dc9110bb23ebee822f5f73adcb (diff)
downloademacs-c6e87e896823db85f227377dfb76e2750fd5d109.tar.gz
emacs-c6e87e896823db85f227377dfb76e2750fd5d109.zip
(HTML Mode): Fix "C-c TAB".
-rw-r--r--man/ChangeLog4
-rw-r--r--man/text.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 54f35c2b2e5..09eb469c53f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-12-15 Eli Zaretskii <eliz@gnu.org>
2
3 * text.texi (HTML Mode): Fix "C-c TAB".
4
12006-12-13 Reiner Steib <Reiner.Steib@gmx.de> 52006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2 6
3 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to' 7 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
diff --git a/man/text.texi b/man/text.texi
index e27be49248f..4cdc78934e0 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -1844,7 +1844,7 @@ characters themselves (@code{sgml-name-8bit-mode}).
1844Run a shell command (which you must specify) to validate the current 1844Run a shell command (which you must specify) to validate the current
1845buffer as SGML (@code{sgml-validate}). 1845buffer as SGML (@code{sgml-validate}).
1846 1846
1847@item C-x TAB 1847@item C-c TAB
1848@kindex C-c TAB @r{(SGML mode)} 1848@kindex C-c TAB @r{(SGML mode)}
1849@findex sgml-tags-invisible 1849@findex sgml-tags-invisible
1850Toggle the visibility of existing tags in the buffer. This can be 1850Toggle the visibility of existing tags in the buffer. This can be