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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/hooks.texi
Date: Tue, 04 Feb 2003 09:48:07 -0500

Index: emacs/lispref/hooks.texi
diff -c emacs/lispref/hooks.texi:1.12 emacs/lispref/hooks.texi:1.13
*** emacs/lispref/hooks.texi:1.12       Sun Jun 23 17:49:42 2002
--- emacs/lispref/hooks.texi    Tue Feb  4 09:47:53 2003
***************
*** 1,13 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1998 Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/hooks
  @node Standard Hooks, Index, Standard Keymaps, Top
  @appendix Standard Hooks
  
  The following is a list of hook variables that let you provide
! functions to be called from within Emacs on suitable occasions. 
  
  Most of these variables have names ending with @samp{-hook}.  They are
  @dfn{normal hooks}, run by means of @code{run-hooks}.  The value of such
--- 1,13 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1998 Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/hooks
  @node Standard Hooks, Index, Standard Keymaps, Top
  @appendix Standard Hooks
  
  The following is a list of hook variables that let you provide
! functions to be called from within Emacs on suitable occasions.
  
  Most of these variables have names ending with @samp{-hook}.  They are
  @dfn{normal hooks}, run by means of @code{run-hooks}.  The value of such




reply via email to

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