summaryrefslogtreecommitdiff
path: root/doc/lispref/searching.texi
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge from origin/emacs-28Stefan Kangas2022-11-06
|\
| * ; * doc/lispref/searching.texi: Remove reference to Posix. (Bug#58992)Eli Zaretskii2022-11-04
| * ; Improve documentation of character classes in regexpsEli Zaretskii2022-11-04
* | ; Fix quoting of non-nil in texinfo sourcesStefan Kangas2022-10-27
* | ; * doc/lispref/searching.texi (Rx Constructs): Copy-edit.Mattias Engdegård2022-10-24
* | * doc/lispref/searching.texi (Rx Constructs): Elaborate intent.Mattias Engdegård2022-10-24
* | Clarify RX... semantics in manual (bug#58727)Mattias Engdegård2022-10-24
* | Merge from origin/emacs-28Stefan Kangas2022-07-14
|\|
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-13
* | ; Fix recent changes in regexp documentationEli Zaretskii2022-05-09
* | Copy edits for the regexp sections in the manualsLars Ingebrigtsen2022-05-09
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | ; 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