emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Sat, 14 May 2005 22:15:01 -0400

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, @address@hidden  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, @address@hidden  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
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]