From 3e99b8257bc97f34595128b200e25b76a2fe560f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 21 Nov 2010 13:07:47 -0500 Subject: 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. --- etc/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index 4a7b9a5259f..6e152777aee 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -108,6 +108,7 @@ starting from the first line of text below the header line. +++ ** The yank-handler argument to kill-region and friends is now obsolete. ++++ ** New function byte-to-string, like char-to-string but for bytes. -- cgit v1.2.1