From eba62c2200759aa1e8faa5ed61d6a9b6c40d7cf7 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 17 Mar 1997 14:36:35 +0000 Subject: [PATCH] (mh-display-msg): Add DOC-string. --- emh.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/emh.el b/emh.el index 9cfe4eb..97c343d 100644 --- a/emh.el +++ b/emh.el @@ -8,7 +8,7 @@ ;; Created: 1993/11/21 ;; Renamed: 1993/11/27 from mh-e-mime.el ;; Renamed: 1997/02/21 from tm-mh-e.el -;; Version: $Revision: 0.10 $ +;; Version: $Revision: 0.11 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -32,14 +32,13 @@ (require 'mh-e) (require 'mime-view) -(require 'alist) ;;; @ version ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.10 1997-03-17 14:30:46 morioka Exp $") + "$Id: emh.el,v 0.11 1997-03-17 14:36:35 morioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) @@ -58,6 +57,9 @@ ;;; (defun mh-display-msg (msg-num folder &optional show-buffer mode) + "Display message number MSG-NUM of FOLDER. +This function uses `mime-view-mode' if MODE is not nil. If MODE is +nil, `emh-automatic-mime-preview' is used as default value." (or mode (setq mode emh-automatic-mime-preview) ) -- 1.7.10.4