]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention ffap-file-name-with-spaces in the ffap doc strin
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 4 Oct 2021 09:09:38 +0000 (11:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 4 Oct 2021 09:09:38 +0000 (11:09 +0200)
* lisp/ffap.el (find-file-at-point): Mention
ffap-file-name-with-spaces in the doc string.

lisp/ffap.el

index db380164272731cdeecddf03f2fea803aaa53f1f..964daaaa15df8f20cebce30c52c2a5b34f451047 100644 (file)
@@ -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)