File 6161-Update-ets.xml.patch of Package erlang
From 94c81bfd79ee42d6bc8bef156737be93f59b8efa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Wed, 30 Sep 2020 07:39:20 +0200
Subject: [PATCH] Update ets.xml
---
lib/stdlib/doc/src/ets.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index faac6d3b61..7aa5bb52a8 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -349,7 +349,8 @@ true
table.</fsummary>
<desc>
<p>Deletes all objects with key <c><anno>Key</anno></c> from table
- <c><anno>Table</anno></c>.</p>
+ <c><anno>Table</anno></c>. This function succeeds even if
+ no objects with key <c><anno>Key</anno></c> exist.</p>
</desc>
</func>
--
2.34.1