comparison etc/NEWS @ 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 3776ded7f730
children 60e7c5827df3
comparison
equal deleted inserted replaced
111754:5cb4c579f559 111755:350f17da7963
106 ** The function `princ-list' is now obsolete. 106 ** The function `princ-list' is now obsolete.
107 107
108 +++ 108 +++
109 ** The yank-handler argument to kill-region and friends is now obsolete. 109 ** The yank-handler argument to kill-region and friends is now obsolete.
110 110
111 +++
111 ** New function byte-to-string, like char-to-string but for bytes. 112 ** New function byte-to-string, like char-to-string but for bytes.
112 113
113 114
114 * Changes in Emacs 23.3 on non-free operating systems 115 * Changes in Emacs 23.3 on non-free operating systems
115 116