mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Revert part of previous doc fix
* lisp/emacs-lisp/derived.el (define-derived-mode): Revert part of previous doc fix. This change made the text confusing. (Bug#17567)
This commit is contained in:
parent
a1a63bb794
commit
822625fde5
1 changed files with 4 additions and 4 deletions
|
|
@ -132,12 +132,12 @@ KEYWORD-ARGS:
|
|||
to this mode. The command `customize-mode' uses this.
|
||||
:syntax-table TABLE
|
||||
Use TABLE instead of the default (CHILD-syntax-table).
|
||||
TABLE should be an unquoted symbol. A nil value means
|
||||
to simply use the same syntax-table as the parent.
|
||||
A nil value means to simply use the same syntax-table
|
||||
as the parent.
|
||||
:abbrev-table TABLE
|
||||
Use TABLE instead of the default (CHILD-abbrev-table).
|
||||
TABLE should be an unquoted symbol. A nil value means
|
||||
to simply use the same abbrev-table as the parent.
|
||||
A nil value means to simply use the same abbrev-table
|
||||
as the parent.
|
||||
:after-hook FORM
|
||||
A single Lisp form which is evaluated after the mode
|
||||
hooks have been run. It should not be quoted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue