; * etc/NEWS: Fix typos.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Dec 2024 08:24:40 +0000 (09:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Dec 2024 08:24:40 +0000 (09:24 +0100)
etc/NEWS

index a9c8f6c48017f4dbdceb38619466cccc3176ebbe..c5f1123ebc1f87a2e69a43ef8e6cc31a40faec32 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -199,11 +199,11 @@ see the variable 'url-request-extra-headers'.
 \f
 * Changes in Emacs 30.1
 
-** New variable 'trusted-files' to allow potentially dangerous features.
+** New user option 'trusted-files' to allow potentially dangerous features.
 This variable lists those files and directories whose content Emacs should
 consider as sufficiently trusted to run any part of the code contained
 therein even without any explicit user request.
-For example, Flymake's backend for Emacs Lisp consults this variable
+For example, Flymake's backend for Emacs Lisp consults this option
 and disables itself with an "untrusted content" warning if the file
 is not listed.