]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `ffap-url-unwrap-local' in find-file-at-point's docstring (Bug#27564)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 3 Jul 2017 19:27:09 +0000 (15:27 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 5 Jul 2017 00:06:06 +0000 (20:06 -0400)
* lisp/ffap.el (find-file-at-point): Mention `ffap-url-unwrap-local'
and `ffap-url-unwrap-remote'.

lisp/ffap.el

index 87531110b8684a35d52bea39eeec91bfdd5208fc..8bcfbfcdff711f4db196d3ff48b9c3a29806616c 100644 (file)
@@ -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)