diff options
| author | Lars Ingebrigtsen | 2018-04-22 17:05:04 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-04-22 17:05:04 +0200 |
| commit | d7faaef501eefb7c8a62af086b3cca7e86b635e7 (patch) | |
| tree | c5ada575a307d77161deb12fdfdc47ed0d72b7ec | |
| parent | e6edd177a93b36e969d72008b426deac51c86d9a (diff) | |
| download | emacs-d7faaef501eefb7c8a62af086b3cca7e86b635e7.tar.gz emacs-d7faaef501eefb7c8a62af086b3cca7e86b635e7.zip | |
(text-property-search-forward): Doc string tweak
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Doc string tweak.
| -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 |