Show
Ignore:
Timestamp:
2008年04月04日 22時04分40秒 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/hooks.texi

    r4190 r4220  
    22@c This is part of the GNU Emacs Lisp Reference Manual. 
    33@c Copyright (C) 1990, 1991, 1992, 1993, 1998, 2001, 2002, 2003, 2004, 
    4 @c   2005, 2006, 2007  Free Software Foundation, Inc. 
     4@c   2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    55@c See the file elisp.texi for copying conditions. 
    66@setfilename ../info/hooks 
     
    3232@samp{-function} have single functions as their values. 
    3333 
     34A special feature allows you to specify expressions to evaluate if and 
     35when a file is loaded (@pxref{Hooks for Loading}).  That feature is 
     36not exactly a hook, but does a similar job. 
     37 
    3438@c We need to xref to where each hook is documented or else document 
    3539@c it here.