From: Luc Teirlinck Date: Sat, 21 May 2005 22:35:35 +0000 (+0000) Subject: (define-derived-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e2c3ab0f54230d6915a9f49a19cbf7a5a921ae2;p=emacs.git (define-derived-mode): Doc fix. --- diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index c00028ad218..5ba9c094355 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -132,6 +132,7 @@ BODY can start with a bunch of keyword arguments. The following keyword 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.