From ccab0340b517c3b9c2cfca42b15fb4fdb8e298e7 Mon Sep 17 00:00:00 2001 From: nisikimi Date: Tue, 27 Apr 2004 07:33:17 +0000 Subject: [PATCH] *** empty log message *** --- src/symbol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/symbol.c b/src/symbol.c index 31da72b..f5b2308 100644 --- a/src/symbol.c +++ b/src/symbol.c @@ -29,8 +29,8 @@ identifiers. Symbols are similar to atoms in the X library, but a symbol can have zero or more @e symbol @e properties. A symbol property consists of a @e key and a @e value, where key is also a - symbol and value is anything that can be cast to (void - *). "The symbol property that belongs to the symbol S and + symbol and value is anything that can be cast to (void *). + "The symbol property that belongs to the symbol S and whose key is K" may be shortened to "K property of S". Symbols are used mainly in the following three ways. -- 1.7.10.4