diff options
| author | Noam Postavsky | 2017-07-03 15:27:09 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2017-07-04 20:06:06 -0400 |
| commit | 684db44ea23ee140c2bc8e72310c67362b7e782b (patch) | |
| tree | 65572b5b77fd14a7239dded96b70b8b6815a023b | |
| parent | 2a9d7394e36524c84fcbd61e4058b9fb89e3cc2b (diff) | |
| download | emacs-684db44ea23ee140c2bc8e72310c67362b7e782b.tar.gz emacs-684db44ea23ee140c2bc8e72310c67362b7e782b.zip | |
Mention `ffap-url-unwrap-local' in find-file-at-point's docstring (Bug#27564)
* lisp/ffap.el (find-file-at-point): Mention `ffap-url-unwrap-local'
and `ffap-url-unwrap-remote'.
| -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) |