(U-0002195D): Add `ideographic-structure'; add `sound@ja/on'; add
[chise/xemacs-chise.git.1] / src / tooltalk.doc
index 69c8e9d..d752e66 100644 (file)
@@ -203,7 +203,7 @@ embedded nulls (use 'arg_bval).
 (create-tooltalk-message)
 
 Create a new tooltalk message.  The messages session attribute is
-initialized to the default session.  Other attributes can be intialized
+initialized to the default session.  Other attributes can be initialized
 with set-tooltalk-message-attribute.  Make-tooltalk-message is the
 preferred to create and initialize a message.
 
@@ -211,7 +211,7 @@ preferred to create and initialize a message.
 (destroy-tooltalk-message msg)
 
 Apply tt_message_destroy to the message.  It's not necessary
-to destroy messages after they've been proccessed by a message or
+to destroy messages after they've been processed by a message or
 pattern callback, the Lisp/Tooltalk callback machinery does this
 for you.
 
@@ -275,7 +275,7 @@ Emacs will stop receiving messages that match this pattern.
 Add one value to the indicated pattern attribute. The names of attributes
 are the same as the Tooltalk accessors used to set them less the
 "tooltalk_pattern_" prefix and the "_add" suffix).  For example
-the name of the attribute for tt_pattern_dispostion_add attribute
+the name of the attribute for tt_pattern_disposition_add attribute
 is 'disposition.  The 'category attribute is handled specially,
 since a pattern can only be a member of one category (TT_OBSERVE
 or TT_HANDLE.