emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d7faaef: (text-property-search-forward): Doc string


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master d7faaef: (text-property-search-forward): Doc string tweak
Date: Sun, 22 Apr 2018 11:05:12 -0400 (EDT)

branch: master
commit d7faaef501eefb7c8a62af086b3cca7e86b635e7
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    (text-property-search-forward): Doc string tweak
    
    * lisp/emacs-lisp/text-property-search.el
    (text-property-search-forward): Doc string tweak.
---
 lisp/emacs-lisp/text-property-search.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/text-property-search.el 
b/lisp/emacs-lisp/text-property-search.el
index ce7733a..7d05953 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.
 
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]