mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 16:20:17 -08:00
* lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix.
This commit is contained in:
parent
e4ed06f12b
commit
b2948976fc
2 changed files with 4 additions and 2 deletions
|
|
@ -133,10 +133,10 @@ BODY can start with a bunch of keyword arguments. The following keyword
|
|||
Declare the customization group that corresponds to this mode.
|
||||
The command `customize-mode' uses this.
|
||||
:syntax-table TABLE
|
||||
Use TABLE instead of the default.
|
||||
Use TABLE instead of the default (CHILD-syntax-table).
|
||||
A nil value means to simply use the same syntax-table as the parent.
|
||||
:abbrev-table TABLE
|
||||
Use TABLE instead of the default.
|
||||
Use TABLE instead of the default (CHILD-abbrev-table).
|
||||
A nil value means to simply use the same abbrev-table as the parent.
|
||||
|
||||
Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue