* semi-def.el (mime-insert-button): Simplify.
        (mime-create-button-function): To share the customizing widget.
        (mime-create-xpm-button): Replace with `mime-create-widget-button'
-       if the feature `xpm' is not provided and TTY frame is used; add
+       if the feature `xpm' is not provided or the TTY frame is used; add
        doc string.
        (mime-create-widget-button): Add doc string.
 
 
   "Display STRING as a widget button with the callback FUNCTION.
 Under XEmacs, the function `mime-create-xpm-button' might be identical
 to the function `mime-create-widget-button' if the feature `xpm' is not
-provided and TTY frame is used."
+provided or the TTY frame is used."
   (let ((start (point)))
     (widget-create
      'push-button
       (defun mime-create-xpm-button (string function)
        "Display STRING as a XPM button with the callback FUNCTION.
 It might be identical to the function `mime-create-widget-button'
-if the feature `xpm' is not provided and TTY frame is used."
+if the feature `xpm' is not provided or the TTY frame is used."
        (set-extent-properties (make-extent (point)
                                            (progn
                                              (insert "[" string "]")