Changeset 4220 for trunk/lispref/hooks.texi
- Timestamp:
- 2008年04月04日 22時04分40秒 (8 months ago)
- Files:
-
- trunk/lispref/hooks.texi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/hooks.texi
r4190 r4220 2 2 @c This is part of the GNU Emacs Lisp Reference Manual. 3 3 @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. 5 5 @c See the file elisp.texi for copying conditions. 6 6 @setfilename ../info/hooks … … 32 32 @samp{-function} have single functions as their values. 33 33 34 A special feature allows you to specify expressions to evaluate if and 35 when a file is loaded (@pxref{Hooks for Loading}). That feature is 36 not exactly a hook, but does a similar job. 37 34 38 @c We need to xref to where each hook is documented or else document 35 39 @c it here.
