summaryrefslogtreecommitdiff
path: root/doc/lispref/elisp.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-01-20 08:38:16 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-01-20 08:38:16 +0100
commit2a3edd1e0acf00587a5243db87bf80e8383a61d8 (patch)
tree739560edb7f94ab459679d872125f40e5708e6a8 /doc/lispref/elisp.texi
parent7cfc0bd6a9fe9f04f29091e226d5528224d4d409 (diff)
downloademacs-2a3edd1e0acf00587a5243db87bf80e8383a61d8.tar.gz
Document textsec
* doc/lispref/elisp.texi (Top): Add menu. * doc/lispref/text.texi (Text): Add menu. (Suspicious Text): New node. * lisp/international/textsec-check.el (textsec-check): Adjust doc string.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r--doc/lispref/elisp.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 3254a4dba81..1f339ef799f 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -1228,6 +1228,7 @@ Text
* Decompression:: Dealing with compressed data.
* Base 64:: Conversion to or from base 64 encoding.
* Checksum/Hash:: Computing cryptographic hashes.
+* Suspicious Text:: Determining whether a string is suspicious.
* GnuTLS Cryptography:: Cryptographic algorithms imported from GnuTLS.
* Database:: Interacting with an SQL database.
* Parsing HTML/XML:: Parsing HTML and XML.