summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-02-06 12:34:14 +0200
committerEli Zaretskii <eliz@gnu.org>2022-02-06 12:34:14 +0200
commit8d4154742fbcbd9f12ddde8d6ea59cf03da866a3 (patch)
tree33afa84eee57a1d06a6ac17d67898702e9b47c84 /etc
parent47ddaaab02b1011c6028442c9df0676393de9e99 (diff)
downloademacs-8d4154742fbcbd9f12ddde8d6ea59cf03da866a3.tar.gz
; * etc/NEWS: Fix entry for 'find-library-include-other-files'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3313dc92b6..cd5bd8b71cf 100644
--- 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