(mime-preview-original-major-mode): Modify DOC-string.
authormorioka <morioka>
Fri, 12 Jun 1998 17:34:26 +0000 (17:34 +0000)
committermorioka <morioka>
Fri, 12 Jun 1998 17:34:26 +0000 (17:34 +0000)
mime-view.el

index a2531e6..5cb8d26 100644 (file)
@@ -1163,8 +1163,9 @@ It decodes current entity to call internal or external method as
 
 (defun mime-preview-original-major-mode (&optional recursive)
   "Return major-mode of original buffer.
-If a current buffer has mime-mother-buffer, return original major-mode
-of the mother-buffer."
+If optional argument RECURSIVE is non-nil and current buffer has
+mime-mother-buffer, it returns original major-mode of the
+mother-buffer."
   (if (and recursive mime-mother-buffer)
       (save-excursion
        (set-buffer mime-mother-buffer)