summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-11-21 13:07:47 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-11-21 13:07:47 -0500
commit3e99b8257bc97f34595128b200e25b76a2fe560f (patch)
treeeb054645adbe8b090bfa8244c0e18a1d7b8861fb /etc
parent5b9b7ef4489a78fea8f37bcc79385ff234594166 (diff)
downloademacs-3e99b8257bc97f34595128b200e25b76a2fe560f.tar.gz
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 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
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.