Fix typo in last commit.
authorSimon Josefsson <jas@extundo.com>
Wed, 28 Jan 2004 16:48:07 +0000 (16:48 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 28 Jan 2004 16:48:07 +0000 (16:48 +0000)
lisp/ChangeLog
lisp/mm-view.el
texi/emacs-mime.texi

index 413ac43..2d7688b 100644 (file)
@@ -2,7 +2,7 @@
 
        * mm-view.el (mm-fill-flowed): Add.
        (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
-       <dev.null@iwi.uni-sb.de>.
+       <angeli@iwi.uni-sb.de>.
 
 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
 
index 12fe02e..ed3d3ff 100644 (file)
@@ -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)
 
index 93c676f..36e5a87 100644 (file)
@@ -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