[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el |
Date: |
Sat, 21 May 2005 18:35:35 -0400 |
Index: emacs/lisp/emacs-lisp/derived.el
diff -c emacs/lisp/emacs-lisp/derived.el:1.5
emacs/lisp/emacs-lisp/derived.el:1.6
*** emacs/lisp/emacs-lisp/derived.el:1.5 Sat May 14 18:32:45 2005
--- emacs/lisp/emacs-lisp/derived.el Sat May 21 22:35:35 2005
***************
*** 132,137 ****
--- 132,138 ----
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.