Mercurial > emacs
comparison lispref/ChangeLog @ 52946:ad0680ce76f5
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 27 Oct 2003 15:48:12 +0000 |
parents | 80321af701a4 |
children | 46bcce3b9533 |
comparison
equal
deleted
inserted
replaced
52945:7627866f68d5 | 52946:ad0680ce76f5 |
---|---|
1 2003-10-27 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * strings.texi (Creating Strings): Argument START to `substring' | |
4 can not be `nil'. Expand description of | |
5 `substring-no-properties'. Correct description of `split-string', | |
6 especially with respect to empty matches. Prevent very bad line | |
7 break in definition of `split-string-default-separators'. | |
8 (Text Comparison): `string=' and `string<' also accept symbols as | |
9 arguments. | |
10 (String Conversion): More completely describe argument BASE in | |
11 `string-to-number'. | |
12 (Formatting Strings): `%s' and `%S" in `format' do require | |
13 corresponding object. Clarify behavior of numeric prefix after | |
14 `%' in `format'. | |
15 (Case Conversion): The argument to `upcase-initials' can be a | |
16 character. | |
17 | |
1 2003-10-27 Kenichi Handa <handa@m17n.org> | 18 2003-10-27 Kenichi Handa <handa@m17n.org> |
2 | 19 |
3 * display.texi (Fontsets): Fix texinfo usage. | 20 * display.texi (Fontsets): Fix texinfo usage. |
4 | 21 |
5 2003-10-25 Kenichi Handa <handa@m17n.org> | 22 2003-10-25 Kenichi Handa <handa@m17n.org> |