summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-10-04 11:09:38 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-10-04 11:09:38 +0200
commit3a9d5f04fb23cc89797f5d5102607c790440201e (patch)
tree8ed4158187f1ab37fb8481e4d5e09bfa9029de25 /lisp/ffap.el
parentef6c43b896bb50ca76e1c79ac6185d95169520f4 (diff)
downloademacs-3a9d5f04fb23cc89797f5d5102607c790440201e.tar.gz
Mention ffap-file-name-with-spaces in the ffap doc strin
* lisp/ffap.el (find-file-at-point): Mention ffap-file-name-with-spaces in the doc string.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index db380164272..964daaaa15d 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -1639,8 +1639,9 @@ 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',
-`ffap-url-unwrap-local', `ffap-url-unwrap-remote', and the functions
-`ffap-file-at-point' and `ffap-url-at-point'."
+`ffap-url-unwrap-local', `ffap-url-unwrap-remote',
+`ffap-file-name-with-spaces', 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)