Mercurial > emacs
comparison lisp/emacs-lisp/derived.el @ 62597:c51f100a7a23
(define-derived-mode): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 21 May 2005 22:35:35 +0000 |
parents | 8d37ba4764ca |
children | d7cf1fc8f2e8 5b029ff3b08d |
comparison
equal
deleted
inserted
replaced
62596:21d0401603b5 | 62597:c51f100a7a23 |
---|---|
130 | 130 |
131 BODY can start with a bunch of keyword arguments. The following keyword | 131 BODY can start with a bunch of keyword arguments. The following keyword |
132 arguments are currently understood: | 132 arguments are currently understood: |
133 :group GROUP | 133 :group GROUP |
134 Declare the customization group that corresponds to this mode. | 134 Declare the customization group that corresponds to this mode. |
135 The command `customize-mode' uses this. | |
135 :syntax-table TABLE | 136 :syntax-table TABLE |
136 Use TABLE instead of the default. | 137 Use TABLE instead of the default. |
137 A nil value means to simply use the same syntax-table as the parent. | 138 A nil value means to simply use the same syntax-table as the parent. |
138 :abbrev-table TABLE | 139 :abbrev-table TABLE |
139 Use TABLE instead of the default. | 140 Use TABLE instead of the default. |