diff options
| author | Romain Francoise | 2005-10-18 09:46:34 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-10-18 09:46:34 +0000 |
| commit | 57eb2e249050b93715339db30b0959f61b635967 (patch) | |
| tree | dbbed1ad957b8e73211ee6356266f4722b68b230 /lisp | |
| parent | ab945c4707d3dc299898ff2e0f2eb2986de7ddfb (diff) | |
| download | emacs-57eb2e249050b93715339db30b0959f61b635967.tar.gz emacs-57eb2e249050b93715339db30b0959f61b635967.zip | |
(find-file-at-point): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2005-10-18 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * ffap.el (find-file-at-point): Doc fix. | ||
| 4 | |||
| 1 | 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2005-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. | |||
| 1380 | With a prefix, this command behaves exactly like `ffap-file-finder'. | 1380 | With a prefix, this command behaves exactly like `ffap-file-finder'. |
| 1381 | If `ffap-require-prefix' is set, the prefix meaning is reversed. | 1381 | If `ffap-require-prefix' is set, the prefix meaning is reversed. |
| 1382 | See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', | 1382 | See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', |
| 1383 | and the functions `ffap-file-at-point' and `ffap-url-at-point'. | 1383 | and the functions `ffap-file-at-point' and `ffap-url-at-point'." |
| 1384 | |||
| 1385 | See <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) |