diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-22 20:34:40 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-22 20:34:48 +0200 |
commit | b26872a3b13f69f7f67a4964722d2ef155964c45 (patch) | |
tree | 4590f946e383f8da6c45f4dbfe2788c40d7aa4af /lisp/emacs-lisp | |
parent | 415e8593edfa582edd9d2c03748e9ae9cec5022c (diff) | |
download | emacs-b26872a3b13f69f7f67a4964722d2ef155964c45.tar.gz emacs-b26872a3b13f69f7f67a4964722d2ef155964c45.tar.bz2 emacs-b26872a3b13f69f7f67a4964722d2ef155964c45.zip |
(text-property-search-forward): Copy edits in doc string
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Copy edits in doc string.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/text-property-search.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/text-property-search.el b/lisp/emacs-lisp/text-property-search.el index 7d05953752f..b4644024583 100644 --- a/lisp/emacs-lisp/text-property-search.el +++ b/lisp/emacs-lisp/text-property-search.el @@ -49,10 +49,10 @@ If `not-immediate', if the match is under point, it will not be 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 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." +structure. The accessors available are +`prop-match-beginning'/`prop-match-end' (the region in the buffer +that's matching), and `prop-match-value' (the value of PROPERTY +at the start of the region)." (interactive (list (let ((string (completing-read "Search for property: " obarray))) |