# HG changeset patch # User Richard M. Stallman # Date 1037595428 0 # Node ID 09f47b7d547df7dd1add9364b42a8547dc197373 # Parent 2eb7a3846b4c72a3876f131bd5d264adb428d4e3 Comment change. diff -r 2eb7a3846b4c -r 09f47b7d547d lisp/ffap.el --- a/lisp/ffap.el Mon Nov 18 04:56:45 2002 +0000 +++ b/lisp/ffap.el Mon Nov 18 04:57:08 2002 +0000 @@ -42,6 +42,7 @@ ;; ffap-bindings makes the following global key bindings: ;; ;; C-x C-f find-file-at-point (abbreviated as ffap) +;; C-x d dired-at-point ;; C-x 4 f ffap-other-window ;; C-x 5 f ffap-other-frame ;; S-mouse-3 ffap-at-mouse diff -r 2eb7a3846b4c -r 09f47b7d547d lisp/follow.el --- a/lisp/follow.el Mon Nov 18 04:56:45 2002 +0000 +++ b/lisp/follow.el Mon Nov 18 04:57:08 2002 +0000 @@ -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'.