diff doc/lispref/help.texi @ 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 1d1d5d9bd884
children 141d3f14d8c3 376148b31b5e
line wrap: on
line diff
--- a/doc/lispref/help.texi	Sun Nov 21 19:59:08 2010 +0200
+++ b/doc/lispref/help.texi	Sun Nov 21 13:07:47 2010 -0500
@@ -551,7 +551,7 @@
 
 @smallexample
 @group
-(define-key global-map (char-to-string help-char) 'help-command)
+(define-key global-map (string help-char) 'help-command)
 (fset 'help-command help-map)
 @end group
 @end smallexample