diff options
| -rw-r--r-- | lisp/ffap.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 87531110b86..8bcfbfcdff7 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -1536,7 +1536,8 @@ If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. | |||
| 1536 | With a prefix, this command behaves exactly like `ffap-file-finder'. | 1536 | With a prefix, this command behaves exactly like `ffap-file-finder'. |
| 1537 | If `ffap-require-prefix' is set, the prefix meaning is reversed. | 1537 | If `ffap-require-prefix' is set, the prefix meaning is reversed. |
| 1538 | See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', | 1538 | See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', |
| 1539 | and the functions `ffap-file-at-point' and `ffap-url-at-point'." | 1539 | `ffap-url-unwrap-local', `ffap-url-unwrap-remote', and the functions |
| 1540 | `ffap-file-at-point' and `ffap-url-at-point'." | ||
| 1540 | (interactive) | 1541 | (interactive) |
| 1541 | (if (and (called-interactively-p 'interactive) | 1542 | (if (and (called-interactively-p 'interactive) |
| 1542 | (if ffap-require-prefix (not current-prefix-arg) | 1543 | (if ffap-require-prefix (not current-prefix-arg) |