emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 3a9d5f0: Mention ffap-file-name-with-spaces in the ffap doc str


From: Lars Ingebrigtsen
Subject: emacs-28 3a9d5f0: Mention ffap-file-name-with-spaces in the ffap doc strin
Date: Mon, 4 Oct 2021 05:09:48 -0400 (EDT)

branch: emacs-28
commit 3a9d5f04fb23cc89797f5d5102607c790440201e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 lisp/ffap.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/ffap.el b/lisp/ffap.el
index db38016..964daaa 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]