diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | ef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch) | |
tree | 1471dfc50643fdc560d1c94fff6318482fa8876b /man/emacs-mime.texi | |
parent | 270af5640a046aab319b9988fc29f41a47681f92 (diff) | |
download | emacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'man/emacs-mime.texi')
-rw-r--r-- | man/emacs-mime.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index 0bd6909d248..ab47e5a900a 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi @@ -900,7 +900,7 @@ options. @defopt mm-inline-media-tests This is an alist where the key is a @sc{mime} type, the second element -is a function to display the part @dfn{inline} (i.e., inside Emacs), and +is a function to display the part @dfn{inline} (i.e., inside Emacs), and the third element is a form to be @code{eval}ed to say whether the part can be displayed inline. @@ -923,7 +923,7 @@ be displayed automatically. @defopt mm-attachment-override-types Some @sc{mime} agents create parts that have a content-disposition of -@samp{attachment}. This variable allows overriding that disposition and +@samp{attachment}. This variable allows overriding that disposition and displaying the part inline. (Note that the disposition is only overridden if we are able to, and want to, display the part inline.) @end defopt @@ -981,7 +981,7 @@ Here's an example viewer for displaying @samp{text/enriched} inline: @end lisp We see that the function takes a @sc{mime} handle as its parameter. It -then goes to a temporary buffer, inserts the text of the part, does some +then goes to a temporary buffer, inserts the text of the part, does some work on the text, stores the result, goes back to the buffer it was called from and inserts the result. |