Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.105 emacs/lispref/modes.texi:1.106
*** emacs/lispref/modes.texi:1.105 Tue May 17 15:21:33 2005
--- emacs/lispref/modes.texi Wed May 18 16:50:23 2005
***************
*** 1001,1007 ****
@code{:syntax-table} keyword (see below). @code{define-derived-mode}
makes the parent mode's syntax-table the parent of
@[EMAIL PROTECTED], unless the latter is already set
! and already has a parent different from @code{standard-syntax-table}.
@item
The new mode has its own abbrev table, kept in the variable
--- 1001,1007 ----
@code{:syntax-table} keyword (see below). @code{define-derived-mode}
makes the parent mode's syntax-table the parent of
@[EMAIL PROTECTED], unless the latter is already set
! and already has a parent different from the standard syntax table.
@item
The new mode has its own abbrev table, kept in the variable
***************
*** 1039,1045 ****
@item :syntax-table
You can use this to explicitly specify a syntax table for the new
mode. If you specify a @code{nil} value, the new mode uses the same
! syntax table as @var{parent}, or @code{standard-syntax-table} if
@var{parent} is @code{nil}. (Note that this does @emph{not} follow
the convention used for non-keyword arguments that a @code{nil} value
is equivalent with not specifying the argument.)
--- 1039,1045 ----
@item :syntax-table
You can use this to explicitly specify a syntax table for the new
mode. If you specify a @code{nil} value, the new mode uses the same
! syntax table as @var{parent}, or the standard syntax table if
@var{parent} is @code{nil}. (Note that this does @emph{not} follow
the convention used for non-keyword arguments that a @code{nil} value
is equivalent with not specifying the argument.)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs