# HG changeset patch # User Juanma Barranquero # Date 1191919442 0 # Node ID 82b4a12fd0803215361fa7d9acfb5bf1cd2b0859 # Parent af9c012cb8d16a0bf4e3e749eae5c2fd6c3cda38 (follow-mode-hook, follow-mode): Doc fixes. (follow-mode-off-hook): Mark as obsolete. diff -r af9c012cb8d1 -r 82b4a12fd080 lisp/follow.el --- a/lisp/follow.el Tue Oct 09 08:09:15 2007 +0000 +++ b/lisp/follow.el Tue Oct 09 08:44:02 2007 +0000 @@ -278,7 +278,7 @@ :group 'convenience) (defcustom follow-mode-hook nil - "Hooks to run when Follow mode is turned on." + "Normal hook run by `follow-mode'." :type 'hook :group 'follow) @@ -286,7 +286,7 @@ "Hooks to run when Follow mode is turned off." :type 'hook :group 'follow) - +(make-obsolete-variable 'follow-mode-off-hook 'follow-mode-hook "22.2") ;;{{{ Keymap/Menu @@ -517,8 +517,7 @@ will listen to the output of processes and redisplay accordingly. \(This is the default.) -When Follow mode is switched on, the hook `follow-mode-hook' -is called. When turned off, `follow-mode-off-hook' is called. +This command runs the normal hook `follow-mode-hook'. Keys specific to Follow mode: \\{follow-mode-map}"