]> gitweb.factorcode.org Git - factor.git/commitdiff
assocs: mark the delete-at words as related
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 23 Aug 2020 20:45:33 +0000 (22:45 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 8 Nov 2020 04:38:16 +0000 (04:38 +0000)
core/assocs/assocs-docs.factor

index 354d7b01b9341d3edafd374f09f9013fd5439e09..c25c0f81352a82612d3e8cb6b8476987275feef9 100644 (file)
@@ -409,6 +409,8 @@ HELP: delete-at*
 { $description "Removes an entry from the assoc and outputs the previous value together with a boolean indicating whether it was present." }
 { $side-effects "assoc" } ;
 
+{ delete-at delete-at* ?delete-at } related-words
+
 HELP: rename-at
 { $values { "newkey" object } { "key" object } { "assoc" assoc } }
 { $description "Removes the values associated to " { $snippet "key" } " and re-adds it as " { $snippet "newkey" } ". Does nothing if the assoc does not contain " { $snippet "key" } "." }