summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2017-07-03 15:27:09 -0400
committerNoam Postavsky <npostavs@gmail.com>2017-07-04 20:06:06 -0400
commit684db44ea23ee140c2bc8e72310c67362b7e782b (patch)
tree65572b5b77fd14a7239dded96b70b8b6815a023b /lisp/ffap.el
parent2a9d7394e36524c84fcbd61e4058b9fb89e3cc2b (diff)
downloademacs-684db44ea23ee140c2bc8e72310c67362b7e782b.tar.gz
emacs-684db44ea23ee140c2bc8e72310c67362b7e782b.tar.bz2
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'.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el3
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.
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)