From: Richard M. Stallman Date: Tue, 18 Apr 2006 21:08:02 +0000 (+0000) Subject: (Standard Hooks): Delete text about old hook names. X-Git-Tag: emacs-pretest-22.0.90~3079 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec1c4af56259251c88f1aeb2d958e05402907e8c;p=emacs.git (Standard Hooks): Delete text about old hook names. --- diff --git a/lispref/hooks.texi b/lispref/hooks.texi index 2ba06a2b19a..562d728339e 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -31,11 +31,6 @@ 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.