[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 684db44 2/2: Mention `ffap-url-unwrap-local' in fin
From: |
Noam Postavsky |
Subject: |
[Emacs-diffs] master 684db44 2/2: Mention `ffap-url-unwrap-local' in find-file-at-point's docstring (Bug#27564) |
Date: |
Tue, 4 Jul 2017 20:05:07 -0400 (EDT) |
branch: master
commit 684db44ea23ee140c2bc8e72310c67362b7e782b
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>
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'.
---
lisp/ffap.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 8753111..8bcfbfc 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)