From: ohta Date: Tue, 17 Nov 1998 16:05:54 +0000 (+0000) Subject: (mime-view-buffer): Fix DOC-string. X-Git-Tag: gnus-oomori-199812161505~4 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=983d444d045f4f724b187df7842c09c982742ebd (mime-view-buffer): Fix DOC-string. --- diff --git a/mime-view.el b/mime-view.el index 2804365..2ef9a0e 100644 --- a/mime-view.el +++ b/mime-view.el @@ -938,7 +938,7 @@ to it. If it is a function, it will be bound as default binding of keymap of MIME-View mode. Optional argument REPRESENTATION-TYPE is representation-type of message. It must be nil, `binary' or `cooked'. If it is nil, -`binary' is used as default." +`cooked' is used as default." (interactive) (or raw-buffer (setq raw-buffer (current-buffer)))