Fix typo.
authoryamaoka <yamaoka>
Tue, 9 Nov 1999 23:21:02 +0000 (23:21 +0000)
committeryamaoka <yamaoka>
Tue, 9 Nov 1999 23:21:02 +0000 (23:21 +0000)
ChangeLog
semi-def.el

index 1d2a161..73ee175 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
        * 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.
 
index d81f3a3..69d0630 100644 (file)
@@ -56,7 +56,7 @@
   "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
@@ -104,7 +104,7 @@ the buttons."
       (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 "]")