Mercurial > hg > xemacs-beta
comparison lisp/psgml/psgml-html.el @ 42:8b8b7f3559a2 r19-15b104
Import from CVS: tag r19-15b104
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:51 +0200 |
parents | e04119814345 |
children | 56c54cf7c5b6 |
comparison
equal
deleted
inserted
replaced
41:5d6df4963a99 | 42:8b8b7f3559a2 |
---|---|
156 | 156 |
157 (define-derived-mode html-mode sgml-mode "HTML" | 157 (define-derived-mode html-mode sgml-mode "HTML" |
158 "Major mode for editing HTML documents. | 158 "Major mode for editing HTML documents. |
159 This is based on PSGML mode, and has a sophisticated SGML parser in it. | 159 This is based on PSGML mode, and has a sophisticated SGML parser in it. |
160 It knows how to properly indent HTML/SGML documents, and it can do | 160 It knows how to properly indent HTML/SGML documents, and it can do |
161 a form of document validation (use \\[sgml-next-trouble-spot\\] to find | 161 a form of document validation (use \\[sgml-next-trouble-spot] to find |
162 the next error in your document). | 162 the next error in your document). |
163 Commands beginning with C-z insert various types of HTML tags | 163 Commands beginning with C-z insert various types of HTML tags |
164 (prompting for the required information); to iconify or suspend, | 164 (prompting for the required information); to iconify or suspend, |
165 use C-z C-z. | 165 use C-z C-z. |
166 To literally insert special characters such as < and &, use C-c followed | 166 To literally insert special characters such as < and &, use C-c followed |