summaryrefslogtreecommitdiff
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authordick r. chiang <dick.r.chiang@gmail.com>2022-07-01 12:49:36 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-07-01 12:49:36 +0200
commit467a02d69efa462da5459c94d6110900b7929e73 (patch)
treecb83a81ac2795ccdebc529fe0d24684320e4b9e1 /doc/lispref/text.texi
parent83e45596643c4586ecaecd024212b8c6cef11d2c (diff)
downloademacs-467a02d69efa462da5459c94d6110900b7929e73.tar.gz
Fix typo in Property Search manual entry
* doc/lispref/text.texi (Property Search): Fix typo (bug#56329).
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 622f03d2a85..0c04d01261b 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3485,7 +3485,7 @@ This will give you a list of all those URLs.
@end defun
@defun text-property-search-backward prop &optional value predicate not-current
-This is just like @code{text-property-search-backward}, but searches
+This is just like @code{text-property-search-forward}, but searches
backward instead. Point is placed at the beginning of the matched
region instead of the end, though.
@end defun