Mercurial > emacs
changeset 62597:c51f100a7a23
(define-derived-mode): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 21 May 2005 22:35:35 +0000 |
parents | 21d0401603b5 |
children | 4124f1e2251d |
files | lisp/emacs-lisp/derived.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/derived.el Sat May 21 22:34:12 2005 +0000 +++ b/lisp/emacs-lisp/derived.el Sat May 21 22:35:35 2005 +0000 @@ -132,6 +132,7 @@ arguments are currently understood: :group GROUP Declare the customization group that corresponds to this mode. + The command `customize-mode' uses this. :syntax-table TABLE Use TABLE instead of the default. A nil value means to simply use the same syntax-table as the parent.