comparison lisp/follow.el @ 48409:09f47b7d547d

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 18 Nov 2002 04:57:08 +0000
parents e44b96f09893
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
48408:2eb7a3846b4c 48409:09f47b7d547d
127 ;; whatever you would like to do. The function is then added to 127 ;; whatever you would like to do. The function is then added to
128 ;; a hook. 128 ;; a hook.
129 ;; 129 ;;
130 ;; When `Follow' mode is activated, functions stored in the hook 130 ;; When `Follow' mode is activated, functions stored in the hook
131 ;; `follow-mode-hook' are called. When it is deactivated 131 ;; `follow-mode-hook' are called. When it is deactivated
132 ;; `follow-mode-off-hook' is runed. 132 ;; `follow-mode-off-hook' is run.
133 ;; 133 ;;
134 ;; The keymap `follow-key-map' contains key bindings activated by 134 ;; The keymap `follow-key-map' contains key bindings activated by
135 ;; `follow-mode'. 135 ;; `follow-mode'.
136 ;; 136 ;;
137 ;; Example: 137 ;; Example: