summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/text-property-search.el
Commit message (Collapse)AuthorAgeFilesLines
* More improvements of doc strings in text-property-search.elEli Zaretskii2019-09-281-11/+14
| | | | | | * lisp/emacs-lisp/text-property-search.el (text-property-search-forward) (text-property-search-backward): Further improvements of doc strings. (Bug#37488)
* Improve documentation of 'text-property-search-forward'Eli Zaretskii2019-09-251-24/+23
| | | | | * lisp/emacs-lisp/text-property-search.el (text-property-search-forward) (text-property-search-backward): Improve doc strings. (Bug#37488)
* Fix arg name of `text-property-search-{forward|backward}' (bug#37488)Juanma Barranquero2019-09-231-5/+5
| | | | | | * lisp/emacs-lisp/text-property-search.el (text-property-search-forward, text-property-search-backward): Rename arg NOT-IMMEDIATE to NOT-CURRENT. Also fix docstring.
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
| | | | | | | | Update some other copyright years automatically, by running: Run 'UPDATE_COPYRIGHT_YEAR=2019 \ UPDATE_COPYRIGHT_USE_INTERVALS=1 \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright' followed by 'admin/merge-gnulib'.
* (text-property-search-forward): Copy edits in doc stringLars Ingebrigtsen2018-04-221-4/+4
| | | | | * lisp/emacs-lisp/text-property-search.el (text-property-search-forward): Copy edits in doc string.
* (text-property-search-forward): Doc string tweakLars Ingebrigtsen2018-04-221-2/+2
| | | | | * lisp/emacs-lisp/text-property-search.el (text-property-search-forward): Doc string tweak.
* (text-property-search-forward): Fix search at the endLars Ingebrigtsen2018-04-221-7/+12
| | | | | | * lisp/emacs-lisp/text-property-search.el (text-property-search-forward): Fix search at the end of the buffer with no text properties.
* Add `text-property-search-forward' and `-backward'Lars Ingebrigtsen2018-04-171-0/+201
* doc/lispref/text.texi (Property Search): Document `text-property-search-forward' and `text-property-search-backward'. * lisp/emacs-lisp/text-property-search.el: New file.