From b85026b3d47b1eb2fe719eac5fd9d63e2d7b1da2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 04:05:56 +0000 Subject: [PATCH] Fix tp--backward-do docstring to match implementation (last match only) Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com> --- tp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp.el b/tp.el index b5380d3..eaff1ec 100644 --- a/tp.el +++ b/tp.el @@ -1099,7 +1099,7 @@ Example: property value object point n))) (defun tp--backward-do (function property &optional value object point n) - "Internal: Search backward N times for PROPERTY and apply FUNCTION to each match. + "Internal: Search backward N times for PROPERTY and apply FUNCTION to the last match. FUNCTION receives two arguments: the prop-match object (or list for strings) and OBJECT.