From 3e2c3ab0f54230d6915a9f49a19cbf7a5a921ae2 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 21 May 2005 22:35:35 +0000 Subject: [PATCH] (define-derived-mode): Doc fix. --- lisp/emacs-lisp/derived.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2