'mime-view-acting-example-file.
(provide 'mime-play)
-(let* ((file mime-view-acting-example-file)
+(let* ((file mime-acting-situation-examples-file)
(buffer (get-buffer-create " *mime-example*")))
(if (file-readable-p file)
(unwind-protect
:group 'mime-view
:type 'boolean)
-(defcustom mime-view-acting-example-file "~/.mime-example"
+(defcustom mime-acting-situation-examples-file "~/.mime-example"
"*File name of example about acting-situation demonstrated by user."
:group 'mime-view
:type 'file)