From: Karel Klíc Date: Sat, 11 Dec 2010 02:37:16 +0000 (-0800) Subject: * doc/emacs/text.texi (HTML Mode): Small fixes. X-Git-Tag: emacs-pretest-23.2.92~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e427e96702a3e4eccce4cabac7aea2382475e42;p=emacs.git * doc/emacs/text.texi (HTML Mode): Small fixes. Fixes: debbugs:7607 --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9d820f866c4..cfc04f55ae8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2010-12-11 Karel Klíč + + * text.texi (HTML Mode): Small fixes. (Bug#7607) + 2010-12-10 Glenn Morris * trouble.texi (Checklist): Fix typo in newsgroup name. 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