Fix tp--backward-do docstring to match implementation (last match only)

Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-16 04:05:56 +00:00
parent ddd17794fd
commit b85026b3d4

2
tp.el
View File

@ -1099,7 +1099,7 @@ Example:
property value object point n))) property value object point n)))
(defun tp--backward-do (function property &optional 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) FUNCTION receives two arguments: the prop-match object (or list for strings)
and OBJECT. and OBJECT.