]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix entry for 'find-library-include-other-files'.
authorEli Zaretskii <eliz@gnu.org>
Sun, 6 Feb 2022 10:34:14 +0000 (12:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 6 Feb 2022 10:34:14 +0000 (12:34 +0200)
etc/NEWS

index c3313dc92b683967c805211272031b567dcdaec2..cd5bd8b71cfbe8721128d0377b2bdcf4dfd306b4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -137,8 +137,9 @@ An autoload definition appears just as a (defun . NAME) and the
 
 ---
 ** New user option 'find-library-include-other-files'.
-If non-nil, commands like 'M-x find-library' will only include library
-files in the completion alternatives.
+If set to nil, commands like 'M-x find-library' will only include library
+files in the completion candidates.  The default is t, which preserves
+previous behavior, whereby non-library files could also be included.
 
 ** New command 'sqlite-mode-open-file' for examining an sqlite3 file.
 This uses the new 'sqlite-mode' which allows listing the tables in a