mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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'.
This commit is contained in:
parent
2a9d7394e3
commit
684db44ea2
1 changed files with 2 additions and 1 deletions
|
|
@ -1536,7 +1536,8 @@ 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'."
|
||||
`ffap-url-unwrap-local', `ffap-url-unwrap-remote', and the functions
|
||||
`ffap-file-at-point' and `ffap-url-at-point'."
|
||||
(interactive)
|
||||
(if (and (called-interactively-p 'interactive)
|
||||
(if ffap-require-prefix (not current-prefix-arg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue