summaryrefslogtreecommitdiff
path: root/doc/lispref/strings.texi
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2021-01-041-3/+3
|\
| * Fix last changeEli Zaretskii2021-01-021-3/+3
| * Add a reference between the Strings node and Search/ReplaceLars Ingebrigtsen2021-01-021-1/+4
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * Correct 'concat' manual entry (bug#42296)Mattias Engdegård2020-07-111-4/+9
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Add a SPLIT parameter to `format-spec'Lars Ingebrigtsen2020-12-291-1/+11
* | Add a reference between the Strings node and Search/ReplaceLars Ingebrigtsen2020-12-291-1/+4
* | Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-251-1/+8
* | Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-251-11/+0
* | Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-221-4/+4
* | Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-221-7/+6
* | Add string-chop-newlineLars Ingebrigtsen2020-12-211-0/+4
* | Rename slice-string to string-sliceLars Ingebrigtsen2020-12-211-2/+2
* | Add `string-pad'Lars Ingebrigtsen2020-12-211-0/+9
* | Beef up the Emacs string utility set a bitLars Ingebrigtsen2020-12-211-0/+38
* | string-search robustness and documentation improvement (bug#43598)Mattias Engdegård2020-09-251-1/+3
* | Add a new function 'string-search'Lars Ingebrigtsen2020-09-251-0/+8
* | Correct 'concat' manual entry (bug#42296)Mattias Engdegård2020-07-111-4/+9
* | Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-181-9/+26
|/
* Improve format-spec documentation (bug#41571)Basil L. Contovounesios2020-06-021-0/+176
* Don’t use “constant” for values you shouldn’t changePaul Eggert2020-05-161-7/+4
* Improve mutability documentationPaul Eggert2020-04-191-0/+1
* Document constant vs mutable objects betterPaul Eggert2020-04-181-6/+11
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-6/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | %o and %x can now format signed integersPaul Eggert2018-07-261-2/+15
* | (format "%#x" 0) yields "0", not "0x0"Paul Eggert2018-07-231-1/+1
* | positive → nonnegative doc fixesPaul Eggert2018-07-231-4/+4
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-251-3/+8
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-281-0/+22
* | Merge from origin/emacs-26Glenn Morris2018-02-281-1/+1
|\ \ | |/
| * Fix @cindex entries in manualsMichael Albinus2018-02-241-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-02-241-1/+1
|\ \ | |/
| * Minor doc fixes, mostly for timestamp issuesPaul Eggert2018-02-231-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-271-0/+14
|\ \ | |/
| * * doc/lispref/strings.texi (Case Conversion):Glenn Morris2017-12-271-3/+3
| * Fix problems with ligatures in PDF version of ELisp manualEli Zaretskii2017-12-231-0/+14
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-1/+8
|/
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-3/+7
* Amend documentation for text-quoting-style becoming a user option.Alan Mackenzie2017-10-011-10/+4
* Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie2017-10-011-4/+4
* Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie2017-10-011-2/+5
* * doc/lispref/strings.texi (Formatting Strings): Improve indexing.Eli Zaretskii2017-09-201-2/+3
* Tune ‘format’ after recent fixPaul Eggert2017-06-041-7/+6
* Document uniqueness limitation of ‘format’Paul Eggert2017-06-031-3/+4