Paul Eggert
365e01cc9f
Update copyright year to 2020
...
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2020-01-01 00:59:52 +00:00
Eli Zaretskii
df05c26df3
More improvements of doc strings in text-property-search.el
...
* lisp/emacs-lisp/text-property-search.el (text-property-search-forward)
(text-property-search-backward): Further improvements of doc
strings. (Bug#37488)
2019-09-28 17:43:15 +03:00
Eli Zaretskii
165890a70a
Improve documentation of 'text-property-search-forward'
...
* lisp/emacs-lisp/text-property-search.el (text-property-search-forward)
(text-property-search-backward): Improve doc strings. (Bug#37488)
2019-09-25 11:42:35 +03:00
Juanma Barranquero
5e86db05fc
Fix arg name of `text-property-search-{forward|backward}' (bug#37488)
...
* 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.
2019-09-23 09:20:03 +02:00
Paul Eggert
a04bf15130
Update more copyright years
...
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'.
2018-12-31 18:47:22 -08:00
Lars Ingebrigtsen
b26872a3b1
(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.
2018-04-22 20:34:48 +02:00
Lars Ingebrigtsen
d7faaef501
(text-property-search-forward): Doc string tweak
...
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Doc string tweak.
2018-04-22 17:05:04 +02:00
Lars Ingebrigtsen
e6edd177a9
(text-property-search-forward): Fix search at the end
...
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Fix search at the end of the
buffer with no text properties.
2018-04-22 16:58:10 +02:00
Lars Ingebrigtsen
6f572972d1
Add text-property-search-forward' and
-backward'
...
* 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.
2018-04-17 18:53:23 +02:00