summaryrefslogtreecommitdiff
path: root/doc/emacs/text.texi
diff options
context:
space:
mode:
authorKarel Klíc <kklic@redhat.com>2010-12-10 18:37:16 -0800
committerGlenn Morris <rgm@gnu.org>2010-12-10 18:37:16 -0800
commit6e427e96702a3e4eccce4cabac7aea2382475e42 (patch)
tree043aa207596712cd6be2e028c1c4eee7d638435d /doc/emacs/text.texi
parent5612fd086e551a041197520abea15b4912948117 (diff)
downloademacs-6e427e96702a3e4eccce4cabac7aea2382475e42.tar.gz
* doc/emacs/text.texi (HTML Mode): Small fixes.
Fixes: debbugs:7607
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r--doc/emacs/text.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index a9faa420967..bef7319eae5 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -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