aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-22 10:43:57 +0200
committerEli Zaretskii2024-12-22 10:43:57 +0200
commitfe2ac33bae817d1ae48dde81233b41a7ff6bcf53 (patch)
tree7e0c2981f8a9892a319e6652e70e45acfd52e8da /doc
parent8fb884f0dc0d33cc6515f4d5c19c733c51df8441 (diff)
downloademacs-fe2ac33bae817d1ae48dde81233b41a7ff6bcf53.tar.gz
emacs-fe2ac33bae817d1ae48dde81233b41a7ff6bcf53.zip
;* doc/misc/efaq.texi (New in Emacs 30): Mention 'trusted-contents'.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/efaq.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index eb38112be1b..dfdadd3d22f 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -943,6 +943,13 @@ Emacs has been ported to the Android operating system. See the file
943to build it. 943to build it.
944 944
945@item 945@item
946New user option @code{trusted-contents} to allow potentially dangerous
947Emacs features which could execute arbitrary Lisp code. Use this
948variable to list files and directories whose contents Emacs should
949trust, thus allowing those potentially dangerous features when those
950files are visited.
951
952@item
946Numerous performance improvements, for example in parsing JSON, reading 953Numerous performance improvements, for example in parsing JSON, reading
947data from subprocesses, handling output from Eshell and in Shell mode, X 954data from subprocesses, handling output from Eshell and in Shell mode, X
948selection requests, remote files, and so on. 955selection requests, remote files, and so on.