emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/prop-search d7957b6: Copy edits


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/prop-search d7957b6: Copy edits
Date: Mon, 16 Apr 2018 14:17:18 -0400 (EDT)

branch: scratch/prop-search
commit d7957b624aeb3e7a171a6b6c22dcb62f17a18d0a
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Copy edits
---
 doc/lispref/text.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index a4522ea..776766b 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3184,11 +3184,12 @@ for @var{object} is the current buffer.
 Search for the next region that has text property @var{prop} set to
 @var{value} according to @var{predicate}.
 
-This function is modelled after @code{search-forward} and friends, and
-moves points, but returns a structure that describes the match.
+This function is modelled after @code{search-forward} and friends in
+that it moves point, but it returns a structure that describes the
+match instead of returning it in @code{match-beginning} and friends.
 
-If we can't find the text property, the function returns @code{nil}.
-If we find it, point is placed at the end of the region that has this
+If the text property can't be found, the function returns @code{nil}.
+If it's found, point is placed at the end of the region that has this
 text property match, and a @code{prop-match} structure is returned.
 
 @var{predicate} can either be @code{t} (which is a synonym for



reply via email to

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