diff src/text.c @ 4073:c098c0d9125f

[xemacs-hg @ 2007-07-23 14:19:39 by aidan] Interpret @cyrillic as a locale modifier, pick up coding-sys aliases.
author aidan
date Mon, 23 Jul 2007 14:20:29 +0000
parents 1fe680cefdb7
children d64f1060cd65
line wrap: on
line diff
--- a/src/text.c	Sun Jul 22 22:04:14 2007 +0000
+++ b/src/text.c	Mon Jul 23 14:20:29 2007 +0000
@@ -245,7 +245,7 @@
 @item
 The Eistring API
 
-(This API is currently under-used) When doing simple things with
+\(This API is currently under-used) When doing simple things with
 internal text, the basic internal-format API's are enough.  But to do
 things like delete or replace a substring, concatenate various strings,
 etc. is difficult to do cleanly because of the allocation issues.