diff options
author | Miles Bader <miles@gnu.org> | 2005-03-31 09:58:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-03-31 09:58:14 +0000 |
commit | 773415d9340f12db3bd8654de5014deec57d49b7 (patch) | |
tree | 579ecf466891c80df147934b0db24cb89d0abe3d /lisp/textmodes/sgml-mode.el | |
parent | e9d5a4e18a8955cf60e78c54a511fd8e1259716f (diff) | |
parent | 7c315e1cff9019c8af55921fab6f571e68b09623 (diff) | |
download | emacs-773415d9340f12db3bd8654de5014deec57d49b7.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 206-222)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 45-52)
- Update from CVS
- Update from CVS: texi Makefile.in CVS keyw cruft
- Update from CVS: ChangeLog tweaks
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index b97b400895d..34d39807d2d 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -1802,7 +1802,7 @@ have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6> <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are ignored unless the text is <pre>preformatted.</pre> Text can be marked as -<b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-g or +<b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or Edit/Text Properties/Face commands. Pages can have <a name=\"SOMENAME\">named points</a> and can link other points |