diff man/emodules.texi @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents 304aebb79cd3
children bb6a375da086
line wrap: on
line diff
--- a/man/emodules.texi	Sat Feb 06 03:59:18 2010 -0600
+++ b/man/emodules.texi	Sat Feb 06 04:01:46 2010 -0600
@@ -1058,7 +1058,7 @@
 */);
 
   sample_boolean = 0;
-  Vsample_string = build_string("My string");
+  Vsample_string = build_ascstring ("My string");
 @}
 @end cartouche
 @end example