From 57eb2e249050b93715339db30b0959f61b635967 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Tue, 18 Oct 2005 09:46:34 +0000 Subject: [PATCH] (find-file-at-point): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/ffap.el | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52305df6055..c03cbca25a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-18 Romain Francoise + + * ffap.el (find-file-at-point): Doc fix. + 2005-10-18 YAMAMOTO Mitsuharu * mouse.el (mouse-set-region): Don't do sit-for on a mac frame. diff --git a/lisp/ffap.el b/lisp/ffap.el index d408918558a..6eb598d434d 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -1380,9 +1380,7 @@ If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. With a prefix, this command behaves exactly like `ffap-file-finder'. If `ffap-require-prefix' is set, the prefix meaning is reversed. See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', -and the functions `ffap-file-at-point' and `ffap-url-at-point'. - -See for latest version." +and the functions `ffap-file-at-point' and `ffap-url-at-point'." (interactive) (if (and (interactive-p) (if ffap-require-prefix (not current-prefix-arg) -- 2.39.5