From 908ff139f9bd05145357e042fa6479d86bfba5ea Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 5 Jan 1996 00:45:43 +0000 Subject: Comment fixes. --- lisp/mail/metamail.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisp/mail/metamail.el') diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 31919b8ef50..12297358373 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1993 Masanobu UMEDA ;; Author: Masanobu UMEDA -;; Version: $Header: metamail.el,v 1.5 93/07/08 21:56:49 umerin Exp $ +;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/metamail.el,v 1.1 1993/07/20 03:02:12 rms Exp kwzh $ ;; Keywords: mail, news, mime, multimedia ;; This file is part of GNU Emacs. @@ -27,10 +27,10 @@ ;; LCD Archive Entry: ;; metamail|Masanobu UMEDA|umerin@mse.kyutech.ac.jp| ;; Metamail interface for GNU Emacs| -;; $Date: 93/07/08 21:56:49 $|$Revision: 1.5 $|~/misc/metamail.el.Z| +;; $Date: 1993/07/20 03:02:12 $|$Revision: 1.1 $|~/misc/metamail.el.Z| -;; Note: Metamail does not have all options which is compatible with -;; the environment variables. For that reason, matamail.el have to +;; Note: Metamail does not have all options which are compatible with +;; the environment variables. For that reason, metamail.el has to ;; hack the environment variables. In addition, there is no way to ;; display all header fields without extra informative body messages ;; which is suppressed by "-q" option. @@ -71,7 +71,7 @@ redisplayed as output is inserted." (buffer-read-only nil) (metafile (make-temp-name "/tmp/metamail"))) (save-excursion - ;; Gee! Metamail does not ouput to stdout if input comes from + ;; Gee! Metamail does not output to stdout if input comes from ;; stdin. (write-region beg end metafile nil 'nomessage) (if buffer -- cgit v1.2.3