diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-11-18 04:57:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-11-18 04:57:08 +0000 |
commit | 28ccdfff966e925272401d280ca0181b7b75d3c2 (patch) | |
tree | 3134427cc40448fad69fee4fa0d2313d9aa39cfc /lisp/follow.el | |
parent | 63fe0a9878c648687441fd23fda374cc97cbf01e (diff) | |
download | emacs-28ccdfff966e925272401d280ca0181b7b75d3c2.tar.gz |
Comment change.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r-- | lisp/follow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index 7f4f5a67df4..4480ba6b849 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -129,7 +129,7 @@ ;; ;; When `Follow' mode is activated, functions stored in the hook ;; `follow-mode-hook' are called. When it is deactivated -;; `follow-mode-off-hook' is runed. +;; `follow-mode-off-hook' is run. ;; ;; The keymap `follow-key-map' contains key bindings activated by ;; `follow-mode'. |