diff options
author | Romain Francoise <romain@orebokech.com> | 2005-10-18 09:46:34 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-10-18 09:46:34 +0000 |
commit | 57eb2e249050b93715339db30b0959f61b635967 (patch) | |
tree | dbbed1ad957b8e73211ee6356266f4722b68b230 /lisp/ffap.el | |
parent | ab945c4707d3dc299898ff2e0f2eb2986de7ddfb (diff) | |
download | emacs-57eb2e249050b93715339db30b0959f61b635967.tar.gz |
(find-file-at-point): Doc fix.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 4 |
1 files changed, 1 insertions, 3 deletions
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 <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) |