emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/hooks.texi
Date: Thu, 08 Sep 2005 18:01:01 -0400

Index: emacs/lispref/hooks.texi
diff -c emacs/lispref/hooks.texi:1.23 emacs/lispref/hooks.texi:1.24
*** emacs/lispref/hooks.texi:1.23       Wed Aug 10 14:29:00 2005
--- emacs/lispref/hooks.texi    Thu Sep  8 22:00:57 2005
***************
*** 26,39 ****
  The variables whose names end in @samp{-hooks} or @samp{-functions} are
  usually @dfn{abnormal hooks}; their values are lists of functions, but
  these functions are called in a special way (they are passed arguments,
! or their values are used).  A few of these variables are actually normal
! hooks which were named before we established the convention that normal
! hooks' names should end in @samp{-hook}.
! 
! The variables whose names end in @samp{-function} have single functions
! as their values.  (In older Emacs versions, some of these variables had
! names ending in @samp{-hook} even though they were not normal hooks;
! however, we have renamed all of those.)
  
  @c We need to xref to where each hook is documented or else document
  @c it here.
--- 26,38 ----
  The variables whose names end in @samp{-hooks} or @samp{-functions} are
  usually @dfn{abnormal hooks}; their values are lists of functions, but
  these functions are called in a special way (they are passed arguments,
! or their values are used). The variables whose names end in
! @samp{-function} have single functions as their values.
! 
! (In older Emacs versions, some normal hooks had names ending in
! @samp{-hooks} or @samp{-functions}, and some abnormal hooks had names
! ending in @samp{-hook}.  We have renamed all of these to conform to
! the above conventions.)
  
  @c We need to xref to where each hook is documented or else document
  @c it here.
***************
*** 135,141 ****
  @xref{Disabling Commands}.
  
  @item echo-area-clear-hook
! @xref{The Echo Area}.
  
  @item emacs-startup-hook
  @xref{Init File}.
--- 134,140 ----
  @xref{Disabling Commands}.
  
  @item echo-area-clear-hook
! @xref{Echo Area Customization}.
  
  @item emacs-startup-hook
  @xref{Init File}.




reply via email to

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