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:
parent
ddd17794fd
commit
b85026b3d4
2
tp.el
2
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user