diff options
| author | Chong Yidong | 2010-11-21 13:07:47 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-11-21 13:07:47 -0500 |
| commit | 3e99b8257bc97f34595128b200e25b76a2fe560f (patch) | |
| tree | eb054645adbe8b090bfa8244c0e18a1d7b8861fb /doc/lispref/ChangeLog | |
| parent | 5b9b7ef4489a78fea8f37bcc79385ff234594166 (diff) | |
| download | emacs-3e99b8257bc97f34595128b200e25b76a2fe560f.tar.gz emacs-3e99b8257bc97f34595128b200e25b76a2fe560f.zip | |
Document byte-to-string in Lisp manual.
* objects.texi (Symbol Type):
* text.texi (Near Point):
* help.texi (Help Functions):
* functions.texi (Mapping Functions): Use string instead of
char-to-string in examples.
* nonascii.texi (Converting Representations): Document
byte-to-string.
* strings.texi (Creating Strings): Don't mention semi-obsolete
function char-to-string.
(String Conversion): Shorten discussion of semi-obsolete function
string-to-char. Link to Converting Representations.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2ea15fe3ca8..959f4844c1c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * nonascii.texi (Converting Representations): Document | ||
| 4 | byte-to-string. | ||
| 5 | |||
| 6 | * strings.texi (Creating Strings): Don't mention semi-obsolete | ||
| 7 | function char-to-string. | ||
| 8 | (String Conversion): Shorten discussion of semi-obsolete function | ||
| 9 | string-to-char. Link to Converting Representations. | ||
| 10 | |||
| 11 | * objects.texi (Symbol Type): | ||
| 12 | * text.texi (Near Point): | ||
| 13 | * help.texi (Help Functions): | ||
| 14 | * functions.texi (Mapping Functions): Use string instead of | ||
| 15 | char-to-string in examples. | ||
| 16 | |||
| 1 | 2010-11-20 Chong Yidong <cyd@stupidchicken.com> | 17 | 2010-11-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 18 | ||
| 3 | * text.texi (Kill Functions, Kill Functions) | 19 | * text.texi (Kill Functions, Kill Functions) |