]> git.eshelyaron.com Git - emacs.git/commitdiff
(text-property-search-forward): Copy edits in doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 Apr 2018 18:34:40 +0000 (20:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 Apr 2018 18:34:48 +0000 (20:34 +0200)
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Copy edits in doc string.

lisp/emacs-lisp/text-property-search.el

index 7d05953752f0da5486f386ad1763e1a2e5da1b5b..b4644024583f421830cacdd2f2bd6b3a5b3f5004 100644 (file)
@@ -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)))