# HG changeset patch # User Luc Teirlinck # Date 1116714935 0 # Node ID c51f100a7a2362d6e612c0dcb0488c2607676836 # Parent 21d0401603b5df305e81e1edc0f0475b6c0d5451 (define-derived-mode): Doc fix. diff -r 21d0401603b5 -r c51f100a7a23 lisp/emacs-lisp/derived.el --- 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.