# HG changeset patch # User Luc Teirlinck # Date 1067269692 0 # Node ID ad0680ce76f5b02b4be2dd21ddaa128e586f2fcd # Parent 7627866f68d53a15223316951be4d90255a71423 *** empty log message *** diff -r 7627866f68d5 -r ad0680ce76f5 lispref/ChangeLog --- a/lispref/ChangeLog Mon Oct 27 15:22:38 2003 +0000 +++ b/lispref/ChangeLog Mon Oct 27 15:48:12 2003 +0000 @@ -1,3 +1,20 @@ +2003-10-27 Luc Teirlinck + + * strings.texi (Creating Strings): Argument START to `substring' + can not be `nil'. 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. + 2003-10-27 Kenichi Handa * display.texi (Fontsets): Fix texinfo usage.