emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100300: * doc/emacs/text.texi (HT


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100300: * doc/emacs/text.texi (HTML Mode): Small fixes.
Date: Fri, 10 Dec 2010 18:37:16 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100300
author: Karel Klíc <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-12-10 18:37:16 -0800
message:
  * doc/emacs/text.texi (HTML Mode): Small fixes.
modified:
  doc/emacs/ChangeLog
  doc/emacs/text.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-12-10 03:33:51 +0000
+++ b/doc/emacs/ChangeLog       2010-12-11 02:37:16 +0000
@@ -1,3 +1,7 @@
+2010-12-11  Karel Klíč  <address@hidden>
+
+       * text.texi (HTML Mode): Small fixes.  (Bug#7607)
+
 2010-12-10  Glenn Morris  <address@hidden>
 
        * trouble.texi (Checklist): Fix typo in newsgroup name.

=== modified file 'doc/emacs/text.texi'
--- a/doc/emacs/text.texi       2010-06-23 02:46:43 +0000
+++ b/doc/emacs/text.texi       2010-12-11 02:37:16 +0000
@@ -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
address@hidden&}-command for that character.
address@hidden&}-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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]