Lars Ingebrigtsen
43da7f838f
Even further `text-property-search-forward' clarifications
...
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Further doc string clarifications.
2021-05-12 19:01:53 +02:00
Lars Ingebrigtsen
bc1a01172e
Further corrections for the text-property-search doc strings
...
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Correct doc string.
(text-property-search-backward): Ditto.
2021-05-12 16:17:55 +02:00
Lars Ingebrigtsen
6d225d82c8
`text-property-search-forward' doc string improvement
...
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Correct and clarify the doc string
(bug#48317).
2021-05-11 14:30:00 +02:00
Stefan Kangas
0a4dc70830
; Normalize and add missing first and last lines
2021-04-19 12:21:01 +02:00
Paul Eggert
ba05d005e5
Update copyright year to 2021
...
Run "TZ=UTC0 admin/update-copyright".
2021-01-01 01:13:56 -08:00
Stefan Kangas
b295174210
Clarify point position after text-property-search
...
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward, text-property-search-backward): Doc fix
to clarify placement of point after search.
* test/lisp/emacs-lisp/text-property-search-tests.el
(text-property-search--pos-test): New defun.
(text-property-search-forward-point-at-beginning)
(text-property-search-backward-point-at-end): New test.
2020-10-30 13:23:31 +01:00
Lars Ingebrigtsen
ba12555fda
Fix NOT-CURRENT behaviour in text-property-search-backward
...
* lisp/emacs-lisp/text-property-search.el
(text-property-search-backward): Fix inconsistent behaviour of
S-TAB in eww (and other callers that use the NOT-CURRENT
behaviour) when there are adjacent elements
(bug#39239).
2020-07-17 18:44:49 +02:00
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