diff options
| -rw-r--r-- | lisp/emacs-lisp/text-property-search.el | 4 |
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 | ||
| 51 | The return value (if a match is made) is a `prop-match' | 51 | The return value (if a match is made) is a `prop-match' |
| 52 | structure. The accessor avaliable are | 52 | structure. 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 |
| 54 | the buffer that's matching, and `prop-match-value', which is the | 54 | the buffer that's matching), and `prop-match-value', which is the |
| 55 | value of PROPERTY at the start of the region." | 55 | value of PROPERTY at the start of the region." |
| 56 | (interactive | 56 | (interactive |
| 57 | (list | 57 | (list |