From 32d800469b6cf6c0627792aff0bd30beff03302c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 28 Jan 2004 16:48:07 +0000 Subject: [PATCH] Fix typo in last commit. --- lisp/ChangeLog | 2 +- lisp/mm-view.el | 2 +- texi/emacs-mime.texi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 413ac43d9..2d7688bb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,7 +2,7 @@ * mm-view.el (mm-fill-flowed): Add. (mm-inline-text): Use it. Tiny patch from Ralf Angeli - . + . 2004-01-27 Teodor Zlatanov diff --git a/lisp/mm-view.el b/lisp/mm-view.el index 12fe02e59..ed3d3ff42 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -65,7 +65,7 @@ "The attributes of washer types for text/html.") (defcustom mm-fill-flowed t - "If non-nil an format=flowed article will be displayed flowed." + "If non-nil a format=flowed article will be displayed flowed." :type 'boolean :group 'mime-display) diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi index 93c676fcc..36e5a87ce 100644 --- a/texi/emacs-mime.texi +++ b/texi/emacs-mime.texi @@ -975,7 +975,7 @@ together and wrapped after the column decided by @table @code @item mm-fill-flowed @findex mm-fill-flowed -If non-nil an format=flowed article will be displayed flowed. +If non-nil a format=flowed article will be displayed flowed. @end table -- 2.34.1