comparison lisp/psgml/psgml-html.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 8619ce7e4c50
children cca96a509cfe
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
155 155
156 (define-derived-mode html-mode sgml-mode "HTML" 156 (define-derived-mode html-mode sgml-mode "HTML"
157 "Major mode for editing HTML documents. 157 "Major mode for editing HTML documents.
158 This is based on PSGML mode, and has a sophisticated SGML parser in it. 158 This is based on PSGML mode, and has a sophisticated SGML parser in it.
159 It knows how to properly indent HTML/SGML documents, and it can do 159 It knows how to properly indent HTML/SGML documents, and it can do
160 a form of document validation (use \\[sgml-next-trouble-spot\\] to find 160 a form of document validation (use \\[sgml-next-trouble-spot] to find
161 the next error in your document). 161 the next error in your document).
162 Commands beginning with C-z insert various types of HTML tags 162 Commands beginning with C-z insert various types of HTML tags
163 (prompting for the required information); to iconify or suspend, 163 (prompting for the required information); to iconify or suspend,
164 use C-z C-z. 164 use C-z C-z.
165 To literally insert special characters such as < and &, use C-c followed 165 To literally insert special characters such as < and &, use C-c followed