From 44fa418987ea7b28d8931497b9c389f4e2ff544d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Mar 2026 09:29:58 +0200 Subject: [PATCH] ; * etc/NEWS: Improve one entry. --- etc/NEWS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index b4a40fc5a50..45295b8e0ca 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -70,14 +70,14 @@ done from early-init.el, such as adding to 'package-directory-list'. +++ ** Emacs prepares a User Lisp directory by default. -If you have a directory named "user-lisp" in your Emacs configuration -directory, then the recursive contents will now be byte-compiled, -scraped for autoload cookies and ensured to be in 'load-path' by -default. You can disable the feature by setting 'user-lisp-auto-scrape' -to nil, or set the 'user-lisp-directory' user option to process any -other directory on your system. You can also invoke the -'prepare-user-lisp' command manually at any time. See the Info node -"(emacs) User Lisp Directory" for more details. +If you have a subdirectory named 'user-lisp' in your Emacs configuration +directory, then Lisp files in it and its subdirectories will now be +recursively byte-compiled, scraped for autoload cookies and ensured to +be in 'load-path' by default. You can disable the feature by setting +'user-lisp-auto-scrape' to nil, or set the 'user-lisp-directory' user +option to process any other directory on your system. You can also +invoke the 'prepare-user-lisp' command manually at any time. See the +Info node "(emacs) User Lisp Directory" for more details. * Changes in Emacs 31.1