| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* lisp/emacs-lisp/text-property-search.el (text-property-search-forward)
(text-property-search-backward): Further improvements of doc
strings. (Bug#37488)
|
|
|
|
|
| |
* lisp/emacs-lisp/text-property-search.el (text-property-search-forward)
(text-property-search-backward): Improve doc strings. (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.
|
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
|
| |
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Copy edits in doc string.
|
|
|
|
|
| |
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Doc string tweak.
|
|
|
|
|
|
| |
* lisp/emacs-lisp/text-property-search.el
(text-property-search-forward): Fix search at the end of the
buffer with no text properties.
|
|
* 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.
|