aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-11-18 04:57:08 +0000
committerRichard M. Stallman <[email protected]>2002-11-18 04:57:08 +0000
commit28ccdfff966e925272401d280ca0181b7b75d3c2 (patch)
tree3134427cc40448fad69fee4fa0d2313d9aa39cfc
parent63fe0a9878c648687441fd23fda374cc97cbf01e (diff)
Comment change.
-rw-r--r--lisp/ffap.el1
-rw-r--r--lisp/follow.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 02cdb657d0..60a700f03c 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 7f4f5a67df..4480ba6b84 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'.