From: Michael Albinus Date: Sun, 15 Dec 2024 08:24:40 +0000 (+0100) Subject: ; * etc/NEWS: Fix typos. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~196 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=69b16e5c63840479270d32f58daea923fe725b90;p=emacs.git ; * etc/NEWS: Fix typos. --- diff --git a/etc/NEWS b/etc/NEWS index a9c8f6c4801..c5f1123ebc1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -199,11 +199,11 @@ see the variable 'url-request-extra-headers'. * 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.