From c68886ddb76ff93ff94a1334b3f4279d8de89293 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 13 Feb 2025 03:02:39 +0100 Subject: [PATCH] ; Change "virus" to "malicious" in lispref * doc/lispref/functions.texi (Function Safety): Replace 'virus' with 'malicious' to ensure broader accuracy, as 'malicious' encompasses all harmful software types. --- doc/lispref/functions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 569e7b93400..1da5208065e 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -2907,7 +2907,7 @@ known cases where @code{unsafep} returns @code{nil} for an unsafe expression. However, a safe Lisp expression can return a string with a @code{display} property, containing an associated Lisp expression to be executed after the string is inserted into a buffer. -This associated expression can be a virus. In order to be safe, you +This associated expression can be malicious. In order to be safe, you must delete properties from all strings calculated by user code before inserting them into buffers. -- 2.30.2