summaryrefslogtreecommitdiff
path: root/doc/lispref/searching.texi
Commit message (Expand)AuthorAge
* ; Fix spelling; be consistent with "key binding" (Bug#52674)Stefan Kangas2021-12-21
* Merge from origin/emacs-28Eli Zaretskii2021-11-03
|\
| * Add manual section about how to avoid regexp problemsMattias Engdegård2021-11-03
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-07
|/
* Rx documentation touch-ups (bug#46910)Mattias Engdegård2021-09-26
* ; Remove various duplicated wordsMattias Engdegård2021-09-25
* * lisp/subr.el (string-replace): Add dashes to arg names (bug#50644)Juri Linkov2021-09-18
* Add example of advanced user-defined Rx form to manualMattias Engdegård2021-08-23
* Fix recent documentation additionsEli Zaretskii2021-08-16
* Add new functions to replace strings/regexp in a regionLars Ingebrigtsen2021-08-16
* Merge from origin/emacs-27Glenn Morris2021-05-31
|\
| * Improve documentation of regexp rangesEli Zaretskii2021-05-30
| * Update copyright year to 2021Paul Eggert2021-01-01
| * Regexps cannot infloop; fix manualMattias Engdegård2020-08-14
* | ; Fix recent re-builder doc changes.Basil L. Contovounesios2021-05-08
* | Mention that Emacs is usually case-insensitive in a couple of placesdalanicolai2021-05-08
* | Update copyright year to 2021Paul Eggert2021-01-01
* | * doc/lispref/searching.texi (Rx Constructs): Group numbering fixMattias Engdegård2020-11-25
* | ; * doc/lispref/searching.texi (Search and Replace): RephraseMattias Engdegård2020-09-28
* | Improve accuracy in string-replace description (bug#43598)Mattias Engdegård2020-09-27
* | Rename replace-in-string to string-replaceLars Ingebrigtsen2020-09-27
* | Add new, simple `replace-in-string' functionLars Ingebrigtsen2020-09-15
* | * doc/lispref/searching.texi (Regexp Special): Tweak wordingStefan Monnier2020-08-14
* | Regexps cannot infloop; fix manualMattias Engdegård2020-05-03
|/
* Simplify rx example in manualMattias Engdegård2020-03-09
* rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-01
* Warn about the likes of "[:alnum:]" in regexpsEli Zaretskii2020-02-22
* Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-13
* rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-12
* Update copyright year to 2020Paul Eggert2020-01-01
* More precise 'regexp-opt' documentationMattias Engdegård2019-12-18
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-13
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-12
* ; Spelling fixesPaul Eggert2019-12-10
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-10
* Spelling fixesPaul Eggert2019-12-09
* Expand rx definitions inside (not ...)Mattias Engdegård2019-10-27
* Add missing rx symbols `bow' and `eow' to documentationMattias Engdegård2019-10-20
* Add `unmatchable' as alias for (or) in rx (bug#37659)Mattias Engdegård2019-10-18
* Add `anychar' as alias to `anything' in rx (bug#37659)Mattias Engdegård2019-10-18
* Add rx extension mechanismMattias Engdegård2019-09-25
* New rx implementationMattias Engdegård2019-09-25
* Allow regexp-quote to return its argumentMattias Engdegård2019-09-25
* * doc/lispref/searching.texi (Rx Constructs): Fix typo.Mattias Engdegård2019-09-17
* ; * doc/lispref/searching.texi: Typo fixMattias Engdegård2019-08-05
* Add some indices for regexp character classesLars Ingebrigtsen2019-07-13
* Avoid makeinfo error "@code expected braces"Glenn Morris2019-07-07
* Describe the rx notation in the elisp manual (bug#36496)Mattias Engdegård2019-07-07
* Document bug in `replace-regexp-in-string'Mattias Engdegård2019-06-26
* Merge from origin/emacs-26Glenn Morris2019-06-15
|\