emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 467a02d69e: Fix typo in Property Search manual entry


From: Lars Ingebrigtsen
Subject: master 467a02d69e: Fix typo in Property Search manual entry
Date: Fri, 1 Jul 2022 06:49:53 -0400 (EDT)

branch: master
commit 467a02d69efa462da5459c94d6110900b7929e73
Author: dick r. chiang <dick.r.chiang@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in Property Search manual entry
    
    * doc/lispref/text.texi (Property Search): Fix typo (bug#56329).
---
 doc/lispref/text.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 622f03d2a8..0c04d01261 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]