changeset 111937:7e76cee0d110

* doc/emacs/text.texi (HTML Mode): Small fixes.
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Dec 2010 18:37:16 -0800
parents 0a0aa7fbe2ca
children b53e0a0b4ec1
files doc/emacs/ChangeLog doc/emacs/text.texi
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Fri Dec 10 18:34:55 2010 -0800
+++ b/doc/emacs/ChangeLog	Fri Dec 10 18:37:16 2010 -0800
@@ -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.
--- a/doc/emacs/text.texi	Fri Dec 10 18:34:55 2010 -0800
+++ b/doc/emacs/text.texi	Fri Dec 10 18:37:16 2010 -0800
@@ -1765,7 +1765,7 @@
 @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 @@
 @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 @@
 @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