Mercurial > emacs
diff doc/lispref/ChangeLog @ 111755:350f17da7963
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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 21 Nov 2010 13:07:47 -0500 |
parents | 70ad6f6f15c7 |
children | 141d3f14d8c3 0eb10986b8f2 |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sun Nov 21 19:59:08 2010 +0200 +++ b/doc/lispref/ChangeLog Sun Nov 21 13:07:47 2010 -0500 @@ -1,3 +1,19 @@ +2010-11-21 Chong Yidong <cyd@stupidchicken.com> + + * 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. + + * 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. + 2010-11-20 Chong Yidong <cyd@stupidchicken.com> * text.texi (Kill Functions, Kill Functions)