diff lisp/tooltalk/tooltalk-util.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 376386a54a3c
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/tooltalk/tooltalk-util.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/tooltalk/tooltalk-util.el	Mon Aug 13 08:52:29 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)