(text-property-search-forward): Doc string tweak
* lisp/emacs-lisp/text-property-search.el (text-property-search-forward): Doc string tweak.
This commit is contained in:
parent
e6edd177a9
commit
d7faaef501
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ returned, but instead the next instance is returned, if any.
|
|||
|
||||
The return value (if a match is made) is a `prop-match'
|
||||
structure. The accessor avaliable are
|
||||
`prop-match-beginning'/`prop-match-end' (which are the region in
|
||||
the buffer that's matching, and `prop-match-value', which is the
|
||||
`prop-match-beginning'/`prop-match-end' (which is the region in
|
||||
the buffer that's matching), and `prop-match-value', which is the
|
||||
value of PROPERTY at the start of the region."
|
||||
(interactive
|
||||
(list
|
||||
|
|
Loading…
Add table
Reference in a new issue