1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 2002-11-18 04:57:08 +00:00
parent 63fe0a9878
commit 28ccdfff96
2 changed files with 2 additions and 1 deletions

View 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

View File

@ -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'.