; 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.
This commit is contained in:
parent
6701866be4
commit
c68886ddb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
expression. However, a safe Lisp expression can return a string
|
||||||
with a @code{display} property, containing an associated Lisp
|
with a @code{display} property, containing an associated Lisp
|
||||||
expression to be executed after the string is inserted into a buffer.
|
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
|
must delete properties from all strings calculated by user code before
|
||||||
inserting them into buffers.
|
inserting them into buffers.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue