diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-11-21 13:07:47 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-11-21 13:07:47 -0500 |
commit | 3e99b8257bc97f34595128b200e25b76a2fe560f (patch) | |
tree | eb054645adbe8b090bfa8244c0e18a1d7b8861fb /etc | |
parent | 5b9b7ef4489a78fea8f37bcc79385ff234594166 (diff) | |
download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |