Mercurial > emacs
changeset 66184:4cc03ba58cf8
(find-file-at-point): Doc fix.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Tue, 18 Oct 2005 09:46:34 +0000 |
parents | 6a51ac1ab1ba |
children | 21f14d2723e6 |
files | lisp/ChangeLog lisp/ffap.el |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 18 09:36:34 2005 +0000 +++ b/lisp/ChangeLog Tue Oct 18 09:46:34 2005 +0000 @@ -1,3 +1,7 @@ +2005-10-18 Romain Francoise <romain@orebokech.com> + + * ffap.el (find-file-at-point): Doc fix. + 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
--- a/lisp/ffap.el Tue Oct 18 09:36:34 2005 +0000 +++ b/lisp/ffap.el Tue Oct 18 09:46:34 2005 +0000 @@ -1380,9 +1380,7 @@ 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 <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> 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)