From: Richard M. Stallman Date: Mon, 18 Nov 2002 04:57:08 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~12380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28ccdfff966e925272401d280ca0181b7b75d3c2;p=emacs.git Comment change. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index 02cdb657d0f..60a700f03ca 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -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 --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'.