From cfe0d44ecbaf5fb79fbbe2a1dec8c722a289f266 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 25 Nov 2014 16:34:55 +0100 Subject: [PATCH] * misc.texi (Network Security): Use "untrustworthy" instead of "unsafe" --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/misc.texi | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3db0e851603..e608248b263 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2014-11-25 Lars Magne Ingebrigtsen + + * misc.texi (Network Security): Use "untrustworthy" instead of + "unsafe". + 2014-11-24 Eli Zaretskii * misc.texi (Network Security): Improve wording and indexing of diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index f2828c5426b..5bd0fc88b4e 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -271,11 +271,12 @@ security checks are performed. If this variable is @code{medium} (which is the default), a number of checks will be performed. If as result @acronym{NSM} determines that -the network connection might be unsafe, it will make you aware of -that, and will ask you what to do about the network connection. +the network connection might not be trustworthy, it will make you +aware of that, and will ask you what to do about the network +connection. You can decide to register a permanent security exception for an -unsafe connection, a temporary exception, or refuse the connection +unverified connection, a temporary exception, or refuse the connection entirely. Below is a list of the checks done on the @code{medium} level. -- 2.11.4.GIT