diff 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
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.