From: Robert Pluim Date: Thu, 23 Sep 2021 09:06:57 +0000 (+0200) Subject: Improve NEWS entry for 'ffap-file-name-with-spaces' X-Git-Tag: emacs-28.0.90~725 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f790403a2df3a52cc4be492cc6101a10fa8afda;p=emacs.git Improve NEWS entry for 'ffap-file-name-with-spaces' * etc/NEWS: Mention default value of 'ffap-file-name-with-spaces'. --- diff --git a/etc/NEWS b/etc/NEWS index 6eaa1433086..fb7a7f628ae 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2973,9 +2973,10 @@ point leaves the text. If nil, the text is not hidden again. Instead 'M-x reveal-hide-revealed' can be used to hide all the revealed text. --- -*** New variable 'ffap-file-name-with-spaces'. +*** New user option 'ffap-file-name-with-spaces'. If non-nil, 'find-file-at-point' and friends will try to guess more -expansively to identify a file name with spaces. +expansively to identify a file name with spaces. Default value is +nil. --- *** Two new commands for centering in 'doc-view-mode'.