emacs-diffs
[Top][All Lists]
Advanced

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

master 2745fc70cf: ; * lisp/isearch.el (isearch-search-fun-in-text-prope


From: Eli Zaretskii
Subject: master 2745fc70cf: ; * lisp/isearch.el (isearch-search-fun-in-text-property): Doc fix.
Date: Sun, 12 Jun 2022 13:43:58 -0400 (EDT)

branch: master
commit 2745fc70cf045bf3aa3ffdc98264138aecb8adb5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/isearch.el (isearch-search-fun-in-text-property): Doc fix.
---
 lisp/isearch.el | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index fb52bfe30c..91aaa66a5b 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -4456,12 +4456,11 @@ LAX-WHITESPACE: The value of `isearch-lax-whitespace' 
and
 
 
 (defun isearch-search-fun-in-text-property (property &optional search-fun)
-  "Return the function that searches inside text properties.
-The arg PROPERTY defines the name of the text property, and the search
-will be narrowed to match only inside such text properties in the current
-buffer.  The optional arg SEARCH-FUN can provide the default search
-function which is by default is the same as returned by
-`isearch-search-fun-default'."
+  "Return the function to search inside text that has the specified PROPERTY.
+The function will limit the search for matches only inside text which has
+this property in the current buffer.
+Optional argument SEARCH-FUN provides the function to search text, and
+defaults to the value of `isearch-search-fun-default'."
   (lambda (string &optional bound noerror count)
     (let* ((old (point))
            ;; Check if point is already on the property.



reply via email to

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