diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-21 22:35:35 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-21 22:35:35 +0000 |
commit | 3e2c3ab0f54230d6915a9f49a19cbf7a5a921ae2 (patch) | |
tree | 74f1e64b84f6bc10503d88027364295b77718ea6 /lisp/emacs-lisp/derived.el | |
parent | 71f800cf3b8be0bfed21d38f61dc68b5b71cc0d4 (diff) | |
download | emacs-3e2c3ab0f54230d6915a9f49a19cbf7a5a921ae2.tar.gz emacs-3e2c3ab0f54230d6915a9f49a19cbf7a5a921ae2.tar.bz2 emacs-3e2c3ab0f54230d6915a9f49a19cbf7a5a921ae2.zip |
(define-derived-mode): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/derived.el')
-rw-r--r-- | lisp/emacs-lisp/derived.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |