* doc/emacs/text.texi (HTML Mode): Small fixes.
authorKarel Klíc <kklic@redhat.com>
Sat, 11 Dec 2010 02:37:16 +0000 (18:37 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Dec 2010 02:37:16 +0000 (18:37 -0800)
Fixes: debbugs:7607

doc/emacs/ChangeLog
doc/emacs/text.texi

index 9d820f8..cfc04f5 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-11  Karel Klíč  <kklic@redhat.com>
+
+       * text.texi (HTML Mode): Small fixes.  (Bug#7607)
+
 2010-12-10  Glenn Morris  <rgm@gnu.org>
 
        * trouble.texi (Checklist): Fix typo in newsgroup name.
index a9faa42..bef7319 100644 (file)
@@ -1765,7 +1765,7 @@ variant of SGML mode.
 @kindex C-c C-n @r{(SGML mode)}
 @findex sgml-name-char
 Interactively specify a special character and insert the SGML
-@samp{&}-command for that character.
+@samp{&}-command for that character (@code{sgml-name-char}).
 
 @item C-c C-t
 @kindex C-c C-t @r{(SGML mode)}
@@ -1799,7 +1799,7 @@ A numeric argument acts as a repeat count.
 @findex sgml-skip-tag-backward
 Skip backward across a balanced tag group (which extends from an
 opening tag through its corresponding closing tag)
-(@code{sgml-skip-tag-forward}).  A numeric argument acts as a repeat
+(@code{sgml-skip-tag-backward}).  A numeric argument acts as a repeat
 count.
 
 @item C-c C-d
@@ -1841,7 +1841,7 @@ buffer as SGML (@code{sgml-validate}).
 @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.
+used as a cheap preview (@code{sgml-tags-invisible}).
 @end table
 
 @cindex nXML mode