diff options
| author | Karel Klíc | 2010-12-10 18:37:16 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-10 18:37:16 -0800 |
| commit | 6e427e96702a3e4eccce4cabac7aea2382475e42 (patch) | |
| tree | 043aa207596712cd6be2e028c1c4eee7d638435d | |
| parent | 5612fd086e551a041197520abea15b4912948117 (diff) | |
| download | emacs-6e427e96702a3e4eccce4cabac7aea2382475e42.tar.gz emacs-6e427e96702a3e4eccce4cabac7aea2382475e42.zip | |
* doc/emacs/text.texi (HTML Mode): Small fixes.
Fixes: debbugs:7607
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/text.texi | 6 |
2 files changed, 7 insertions, 3 deletions
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 @@ | |||
| 1 | 2010-12-11 Karel Klíč <kklic@redhat.com> | ||
| 2 | |||
| 3 | * text.texi (HTML Mode): Small fixes. (Bug#7607) | ||
| 4 | |||
| 1 | 2010-12-10 Glenn Morris <rgm@gnu.org> | 5 | 2010-12-10 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * trouble.texi (Checklist): Fix typo in newsgroup name. | 7 | * 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. | |||
| 1765 | @kindex C-c C-n @r{(SGML mode)} | 1765 | @kindex C-c C-n @r{(SGML mode)} |
| 1766 | @findex sgml-name-char | 1766 | @findex sgml-name-char |
| 1767 | Interactively specify a special character and insert the SGML | 1767 | Interactively specify a special character and insert the SGML |
| 1768 | @samp{&}-command for that character. | 1768 | @samp{&}-command for that character (@code{sgml-name-char}). |
| 1769 | 1769 | ||
| 1770 | @item C-c C-t | 1770 | @item C-c C-t |
| 1771 | @kindex C-c C-t @r{(SGML mode)} | 1771 | @kindex C-c C-t @r{(SGML mode)} |
| @@ -1799,7 +1799,7 @@ A numeric argument acts as a repeat count. | |||
| 1799 | @findex sgml-skip-tag-backward | 1799 | @findex sgml-skip-tag-backward |
| 1800 | Skip backward across a balanced tag group (which extends from an | 1800 | Skip backward across a balanced tag group (which extends from an |
| 1801 | opening tag through its corresponding closing tag) | 1801 | opening tag through its corresponding closing tag) |
| 1802 | (@code{sgml-skip-tag-forward}). A numeric argument acts as a repeat | 1802 | (@code{sgml-skip-tag-backward}). A numeric argument acts as a repeat |
| 1803 | count. | 1803 | count. |
| 1804 | 1804 | ||
| 1805 | @item C-c C-d | 1805 | @item C-c C-d |
| @@ -1841,7 +1841,7 @@ buffer as SGML (@code{sgml-validate}). | |||
| 1841 | @kindex C-c TAB @r{(SGML mode)} | 1841 | @kindex C-c TAB @r{(SGML mode)} |
| 1842 | @findex sgml-tags-invisible | 1842 | @findex sgml-tags-invisible |
| 1843 | Toggle the visibility of existing tags in the buffer. This can be | 1843 | Toggle the visibility of existing tags in the buffer. This can be |
| 1844 | used as a cheap preview. | 1844 | used as a cheap preview (@code{sgml-tags-invisible}). |
| 1845 | @end table | 1845 | @end table |
| 1846 | 1846 | ||
| 1847 | @cindex nXML mode | 1847 | @cindex nXML mode |