aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/text-property-search.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/text-property-search.el b/lisp/emacs-lisp/text-property-search.el
index ce7733acb27..7d05953752f 100644
--- a/lisp/emacs-lisp/text-property-search.el
+++ b/lisp/emacs-lisp/text-property-search.el
@@ -50,8 +50,8 @@ returned, but instead the next instance is returned, if any.
50 50
51The return value (if a match is made) is a `prop-match' 51The return value (if a match is made) is a `prop-match'
52structure. The accessor avaliable are 52structure. The accessor avaliable are
53`prop-match-beginning'/`prop-match-end' (which are the region in 53`prop-match-beginning'/`prop-match-end' (which is the region in
54the buffer that's matching, and `prop-match-value', which is the 54the buffer that's matching), and `prop-match-value', which is the
55value of PROPERTY at the start of the region." 55value of PROPERTY at the start of the region."
56 (interactive 56 (interactive
57 (list 57 (list