diff options
| author | Richard M. Stallman | 2001-02-17 16:48:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-17 16:48:56 +0000 |
| commit | 4b1b5ae8088b0e699025a4d144ca1973bec3312b (patch) | |
| tree | 319920adc277e27337ad456ad73859ce62c6e844 | |
| parent | 87c8b5fdbf55128d899f8e9206d53013c6f3c435 (diff) | |
| download | emacs-4b1b5ae8088b0e699025a4d144ca1973bec3312b.tar.gz emacs-4b1b5ae8088b0e699025a4d144ca1973bec3312b.zip | |
Minor changes.
| -rw-r--r-- | man/emacs-mime.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index dcc577b224a..33dde073e9c 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi | |||
| @@ -24,7 +24,7 @@ Permission is granted to copy, distribute and/or modify this document | |||
| 24 | under the terms of the GNU Free Documentation License, Version 1.1 or | 24 | under the terms of the GNU Free Documentation License, Version 1.1 or |
| 25 | any later version published by the Free Software Foundation; with no | 25 | any later version published by the Free Software Foundation; with no |
| 26 | Invariant Sections, with the Front-Cover texts being ``A GNU | 26 | Invariant Sections, with the Front-Cover texts being ``A GNU |
| 27 | Manual'', and with the Back-Cover Texts as in (a) below. A copy of the | 27 | Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the |
| 28 | license is included in the section entitled ``GNU Free Documentation | 28 | license is included in the section entitled ``GNU Free Documentation |
| 29 | License'' in the Emacs manual. | 29 | License'' in the Emacs manual. |
| 30 | 30 | ||
| @@ -625,7 +625,7 @@ The following function is supplied to deal with these: | |||
| 625 | @defun binhex-decode-region start end &optional header-only | 625 | @defun binhex-decode-region start end &optional header-only |
| 626 | Decode the encoded text in the region @var{start} to @var{end}. If | 626 | Decode the encoded text in the region @var{start} to @var{end}. If |
| 627 | @var{header-only} is non-@code{nil}, only decode the @samp{binhex} | 627 | @var{header-only} is non-@code{nil}, only decode the @samp{binhex} |
| 628 | header and return the filename. | 628 | header and return the file name. |
| 629 | @end defun | 629 | @end defun |
| 630 | 630 | ||
| 631 | 631 | ||