diff lisp/tooltalk/tooltalk-util.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 131b0175ea99
children
line wrap: on
line diff
--- a/lisp/tooltalk/tooltalk-util.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/tooltalk/tooltalk-util.el	Mon Aug 13 09:18:39 2007 +0200
@@ -75,7 +75,7 @@
   "Initialize the tooltalk message attributes.  The value of 
 attributes must be a property list in the same form as for 
 make-tooltalk-message.  This function can be used to reset
-an existing message or to initailize a new one.  See 
+an existing message or to initialize a new one.  See 
 initialize-tooltalk-message-args for a description of how
 arguments are initialized."
   (let ((args attributes)
@@ -121,7 +121,7 @@
 
 The no-callback arg is a hack to prevent the registration of the
 C-level callback.  This hack is needed by the current SPARCworks
-tool startup mechanism.  Yuchho."
+tool startup mechanism.  Yucko."
   (let ((msg (create-tooltalk-message no-callback)))
     (initialize-tooltalk-message-attributes msg attributes)
     msg))
@@ -199,7 +199,7 @@
 a corresponding attribute that matches any member of the list.
 
 This function can be used to add attribute values to an existing
-pattern or to initiallize a new one.  See
+pattern or to initialize a new one.  See
 `initialize-tooltalk-message/pattern-args' for a description of how
 arguments are initialized."
   (let ((args attributes)