aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/strings.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-1163/+0
|
* (Case Tables): Improve last change.Richard M. Stallman2007-04-071-9/+10
|
* (Case Tables): Document with-case-table and ascii-case-table.Chong Yidong2007-04-041-0/+23
|
* improve page breaks, etc.Karl Berry2007-03-301-0/+1
|
* (Formatting Strings): Clarify width, precision, flags.Richard M. Stallman2007-03-041-33/+38
|
* (Text Comparison): Mention that assoc-stringKim F. Storm2007-02-211-4/+5
| | | | converts symbols to strings before testing.
* (Formatting Strings): Document '+' flag.Andreas Schwab2007-02-161-3/+5
|
* (Modifying Strings): Clarify that `clear-string' alwaysJuanma Barranquero2007-02-151-3/+2
| | | | converts the string to unibyte.
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Formatting Strings) Resurrect erroneously removed line.Eli Zaretskii2006-08-051-1/+2
|
* (Formatting Strings): Warn against arbitrary strings as first arg to `format'.Eli Zaretskii2006-08-041-1/+11
|
* *** empty log message ***Richard M. Stallman2006-07-181-2/+2
|
* fix bad page breaksKarl Berry2006-07-161-6/+7
|
* (Predicates for Strings): Add string-or-null-p.Reiner Steib2006-04-071-0/+5
|
* (Creating Strings): Fix Texinfo usage.Luc Teirlinck2006-03-111-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* Fix formatting ugliness.Richard M. Stallman2005-06-181-3/+4
|
* (String Conversion): Fix xref.Richard M. Stallman2005-04-191-1/+2
|
* (String Basics): Mention string-match; clarify.Richard M. Stallman2005-04-171-4/+5
|
* (Formatting Strings): Get rid of "Emacs 21".Richard M. Stallman2005-03-061-3/+3
|
* (Modifying Strings): clear-string can make unibyte.Richard M. Stallman2005-02-061-4/+5
| | | | (Formatting Strings): format gives error if values missing.
* (Text Comparison): assoc-string also matches elements of alists thatLuc Teirlinck2004-01-261-25/+31
| | | | | are strings instead of conses. (Formatting Strings): Standardize Texinfo usage. Update index entries.
* For `format', make source and documentation match.Jonathan Yavner2004-01-241-16/+36
|
* (Modifying Strings): Add clear-string.Richard M. Stallman2003-12-291-7/+12
| | | | | (Text Comparison): Add assoc-string and remove assoc-ignore-case, assoc-ignore-representation.
* (Text Comparison): Correctly describe when two strings are `equal'.Luc Teirlinck2003-12-011-14/+25
| | | | | Combine and clarify descriptions of `assoc-ignore-case' and `assoc-ignore-representation'.
* Replace @sc{foo} with @acronym{FOO}.Eli Zaretskii2003-11-021-16/+16
|
* (Creating Strings): Argument START to `substring' can not be `nil'.Luc Teirlinck2003-10-271-47/+97
| | | | | | | | | | | | | Expand description of `substring-no-properties'. Correct description of `split-string', especially with respect to empty matches. Prevent very bad line break in definition of `split-string-default-separators'. (Text Comparison): `string=' and `string<' also accept symbols as arguments. (String Conversion): More completely describe argument BASE in `string-to-number'. (Formatting Strings): `%s' and `%S" in `format' do require corresponding object. Clarify behavior of numeric prefix after `%' in `format'. (Case Conversion): The argument to `upcase-initials' can be a character.
* (Creating Strings): Add substring-no-properties.Richard M. Stallman2003-09-191-0/+5
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* (Creating Strings): Fix xref for vconcat.Richard M. Stallman2003-08-061-1/+1
|
* (Creating Strings): Clarify split-string.Richard M. Stallman2003-05-281-6/+12
|
* Fix mismatched @def/@end pairs (inadvertently nested?).Miles Bader2003-05-231-5/+6
|
* (Creating Strings): Update split-string specification and examples.Juanma Barranquero2003-05-221-13/+29
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-15/+15
|
* (String Conversion) <string-to-number>: DocumentEli Zaretskii2001-09-081-1/+3
| | | | that a float is returned for integers that are too large.
* Minor cleanup.Richard M. Stallman2001-08-121-2/+4
| | | | Add example of scientific notation in string-to-number.
* Revert last change except for %X.Dave Love2001-01-041-5/+2
|
* %X, %E, %G in format strings.Dave Love2001-01-041-6/+10
|
* Numeric args to concat.Dave Love2000-07-271-15/+5
|
* Update copyrights.Gerd Moellmann2000-01-051-1/+2
|
* Remove obsolete @tindex commands.Gerd Moellmann2000-01-051-6/+0
|
* *** empty log message ***Richard M. Stallman1999-09-171-36/+48
|
* *** empty log message ***Karl Heuer1999-08-301-2/+2
|
* *** empty log message ***Karl Heuer1999-06-171-19/+20
|
* *** empty log message ***Richard M. Stallman1998-05-261-3/+3
|
* *** empty log message ***Richard M. Stallman1998-05-191-28/+65
|
* *** empty log message ***Richard M. Stallman1998-04-201-58/+69
|
* *** empty log message ***Richard M. Stallman1998-02-281-73/+180
|
* Fix format example.Richard M. Stallman1995-10-161-1/+1
|