diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-06 19:21:15 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-06 19:21:15 +0000 |
commit | bfe721d172158ccdcd925e55f5a658421ca0d4fe (patch) | |
tree | 2d2882c335a04acb20662d2b5aa6dc2246a6f0aa /lispref/hooks.texi | |
parent | 5c4276bc6de449d416cc83dd034892da66badcb7 (diff) | |
download | emacs-bfe721d172158ccdcd925e55f5a658421ca0d4fe.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/hooks.texi')
-rw-r--r-- | lispref/hooks.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/hooks.texi b/lispref/hooks.texi index 472b57fd1a6..18f8bcfcad5 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -3,7 +3,7 @@ @c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/hooks -@node Standard Hooks, Antinews, Standard Keymaps, Top +@node Standard Hooks, Index, Standard Keymaps, Top @appendix Standard Hooks The following is a list of hook variables that let you provide @@ -122,5 +122,5 @@ special way (they are passed arguments, or else their values are used). @item window-setup-hook @item write-contents-hooks @item write-file-hooks -@item write-region-annotation-functions +@item write-region-annotate-functions @end table |