Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.103 emacs/lispref/modes.texi:1.104
*** emacs/lispref/modes.texi:1.103 Sat May 14 16:15:15 2005
--- emacs/lispref/modes.texi Sun May 15 02:14:59 2005
***************
*** 1011,1017 ****
@item
The new mode has its own mode hook, @[EMAIL PROTECTED] It
runs this hook, after running the hooks of its ancestor modes, with
! @code{run-mode-hooks}.
@end itemize
In addition, you can specify how to override other aspects of
--- 1011,1017 ----
@item
The new mode has its own mode hook, @[EMAIL PROTECTED] It
runs this hook, after running the hooks of its ancestor modes, with
! @code{run-mode-hooks} (@pxref{Mode Hooks}).
@end itemize
In addition, you can specify how to override other aspects of
***************
*** 1047,1054 ****
@item :abbrev-table
You can use this to explicitly specify an abbrev table for the new
mode. If you specify a @code{nil} value, the new mode uses the same
! abbrev-table as @var{parent}, or @code{fundamental-mode-abbrev-table}
! if @var{parent} is @code{nil}. (Again,a @code{nil} value is
@emph{not} equivalent to not specifying this keyword.)
@end table
--- 1047,1054 ----
@item :abbrev-table
You can use this to explicitly specify an abbrev table for the new
mode. If you specify a @code{nil} value, the new mode uses the same
! abbrev table as @var{parent}, or @code{fundamental-mode-abbrev-table}
! if @var{parent} is @code{nil}. (Again, a @code{nil} value is
@emph{not} equivalent to not specifying this keyword.)
@end table
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs