diff --git a/ChangeLog b/ChangeLog
index a54ffdfe2..3e9b6ffa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-10-10  Oliver Kiddle  <opk@zsh.org>
 
+	* unposted (cf. 52166): Functions/Misc/run-help-svk:
+	remove obsolete helper for svk
+
 	* Jörg Sommer: 51812: Functions/Misc/run-help-docker,
 	Functions/Misc/run-help-perf, Functions/Misc/run-help-podman,
 	Functions/Misc/run-help-ssh, Functions/Misc/run-help-svnadmin:
diff --git a/Functions/Misc/run-help-svk b/Functions/Misc/run-help-svk
deleted file mode 100644
index 782538246..000000000
--- a/Functions/Misc/run-help-svk
+++ /dev/null
@@ -1 +0,0 @@
-svk help $1 | ${=PAGER:-more}