]> git.eshelyaron.com Git - emacs.git/commitdiff
; Change "virus" to "malicious" in lispref
authorStefan Kangas <stefankangas@gmail.com>
Thu, 13 Feb 2025 02:02:39 +0000 (03:02 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Feb 2025 19:29:59 +0000 (20:29 +0100)
* doc/lispref/functions.texi (Function Safety): Replace 'virus' with
'malicious' to ensure broader accuracy, as 'malicious' encompasses all
harmful software types.

(cherry picked from commit c68886ddb76ff93ff94a1334b3f4279d8de89293)

doc/lispref/functions.texi

index 9f76abbcea8a2abbc64595fd5179bffcba6554f4..729071c09c61d50a39375b8ad2a6b220fe9baea1 100644 (file)
@@ -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.