]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-file-at-point): Doc fix.
authorRomain Francoise <romain@orebokech.com>
Tue, 18 Oct 2005 09:46:34 +0000 (09:46 +0000)
committerRomain Francoise <romain@orebokech.com>
Tue, 18 Oct 2005 09:46:34 +0000 (09:46 +0000)
lisp/ChangeLog
lisp/ffap.el

index 52305df60558fdaddc95e65a56685b55cd0d72e6..c03cbca25a491d4712e71b981d56cd2b421a97e8 100644 (file)
@@ -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.
index d408918558a366ed47611a5ef4c26424c205ab85..6eb598d434dfd0b9e87dc7618f5f09d634291a91 100644 (file)
@@ -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)