aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRomain Francoise2005-10-18 09:46:34 +0000
committerRomain Francoise2005-10-18 09:46:34 +0000
commit57eb2e249050b93715339db30b0959f61b635967 (patch)
treedbbed1ad957b8e73211ee6356266f4722b68b230 /lisp
parentab945c4707d3dc299898ff2e0f2eb2986de7ddfb (diff)
downloademacs-57eb2e249050b93715339db30b0959f61b635967.tar.gz
emacs-57eb2e249050b93715339db30b0959f61b635967.zip
(find-file-at-point): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ffap.el4
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 @@
12005-10-18 Romain Francoise <romain@orebokech.com>
2
3 * ffap.el (find-file-at-point): Doc fix.
4
12005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame. 7 * 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.
1380With a prefix, this command behaves exactly like `ffap-file-finder'. 1380With a prefix, this command behaves exactly like `ffap-file-finder'.
1381If `ffap-require-prefix' is set, the prefix meaning is reversed. 1381If `ffap-require-prefix' is set, the prefix meaning is reversed.
1382See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', 1382See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
1383and the functions `ffap-file-at-point' and `ffap-url-at-point'. 1383and the functions `ffap-file-at-point' and `ffap-url-at-point'."
1384
1385See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version."
1386 (interactive) 1384 (interactive)
1387 (if (and (interactive-p) 1385 (if (and (interactive-p)
1388 (if ffap-require-prefix (not current-prefix-arg) 1386 (if ffap-require-prefix (not current-prefix-arg)