projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e4559
)
Fix typo in Property Search manual entry
author
dick r. chiang
<dick.r.chiang@gmail.com>
Fri, 1 Jul 2022 10:49:36 +0000
(12:49 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 1 Jul 2022 10:49:36 +0000
(12:49 +0200)
* doc/lispref/text.texi (Property Search): Fix typo (bug#56329).
doc/lispref/text.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/text.texi
b/doc/lispref/text.texi
index 622f03d2a8521e338503be94d77864577c54b962..0c04d01261bef87bff2f538d80da61b1affae9ee 100644
(file)
--- a/
doc/lispref/text.texi
+++ b/
doc/lispref/text.texi
@@
-3485,7
+3485,7
@@
This will give you a list of all those URLs.
@end defun
@defun text-property-search-backward prop &optional value predicate not-current
-This is just like @code{text-property-search-
back
ward}, but searches
+This is just like @code{text-property-search-
for
ward}, but searches
backward instead. Point is placed at the beginning of the matched
region instead of the end, though.
@end defun