summaryrefslogtreecommitdiff
path: root/doc/inline_clist.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-22 14:50:10 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-22 14:50:10 +0100
commit2e314136ed58b6860c667e379bef22190fe84aa2 (patch)
tree21f897804c03c3419a0c015ace3bf9fb9c1b8e52 /doc/inline_clist.rst
parent50d223b12c1319b4b9c4a5b8e34866c46996cb36 (diff)
New upstream version 5.2upstream/5.2upstream
Diffstat (limited to 'doc/inline_clist.rst')
-rw-r--r--doc/inline_clist.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/inline_clist.rst b/doc/inline_clist.rst
index f7bf138..f0b7821 100644
--- a/doc/inline_clist.rst
+++ b/doc/inline_clist.rst
@@ -53,7 +53,7 @@ Synopsis
Removes the first node in the list and returns it.
``HXclist_del``
- Deletes the node from the list.
+ Unlinks the node from the list.
The list count in the clist head is updated whenever a modification is done on
the clist through these functions.