Mercurial > emacs
changeset 48409:09f47b7d547d
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Nov 2002 04:57:08 +0000 |
parents | 2eb7a3846b4c |
children | 4718d25e1500 |
files | lisp/ffap.el lisp/follow.el |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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'.