]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:57:08 +0000 (04:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:57:08 +0000 (04:57 +0000)
lisp/ffap.el
lisp/follow.el

index 02cdb657d0f26f76c1fd05e8b68ce4cb15965767..60a700f03caf887cca315774b6617030e085d421 100644 (file)
@@ -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
index 7f4f5a67df44892f26b743d7c317a9c1c71335ad..4480ba6b8491ad196c5c19338fd98b2f88915ec6 100644 (file)
 ;;
 ;; 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'.