/[emacs]/emacs/lispref/modes.texi
ViewVC logotype

Diff of /emacs/lispref/modes.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.103 by teirllm, Sat May 14 16:15:15 2005 UTC revision 1.104 by teirllm, Sun May 15 02:14:59 2005 UTC
# Line 1011  The new mode has its own abbrev table, k Line 1011  The new mode has its own abbrev table, k
1011  @item  @item
1012  The new mode has its own mode hook, @code{@var{variant}-hook}.  It  The new mode has its own mode hook, @code{@var{variant}-hook}.  It
1013  runs this hook, after running the hooks of its ancestor modes, with  runs this hook, after running the hooks of its ancestor modes, with
1014  @code{run-mode-hooks}.  @code{run-mode-hooks} (@pxref{Mode Hooks}).
1015  @end itemize  @end itemize
1016    
1017  In addition, you can specify how to override other aspects of  In addition, you can specify how to override other aspects of
# Line 1047  is equivalent with not specifying the ar Line 1047  is equivalent with not specifying the ar
1047  @item :abbrev-table  @item :abbrev-table
1048  You can use this to explicitly specify an abbrev table for the new  You can use this to explicitly specify an abbrev table for the new
1049  mode.  If you specify a @code{nil} value, the new mode uses the same  mode.  If you specify a @code{nil} value, the new mode uses the same
1050  abbrev-table as @var{parent}, or @code{fundamental-mode-abbrev-table}  abbrev table as @var{parent}, or @code{fundamental-mode-abbrev-table}
1051  if @var{parent} is @code{nil}.  (Again,a @code{nil} value is  if @var{parent} is @code{nil}.  (Again, a @code{nil} value is
1052  @emph{not} equivalent to not specifying this keyword.)  @emph{not} equivalent to not specifying this keyword.)
1053  @end table  @end table
1054    

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26