comparison man/emacs-mime.texi @ 38865:62e02f5ae533

Avoid saying "Unix" in a way that includes GNU.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Aug 2001 01:19:30 +0000
parents 0a6114a81c71
children 1f0f069f32ea
comparison
equal deleted inserted replaced
38864:c656fc177008 38865:62e02f5ae533
751 merge them with the values from @code{mailcap-mime-data}. Components of 751 merge them with the values from @code{mailcap-mime-data}. Components of
752 @var{path} are separated by the @code{path-separator} character 752 @var{path} are separated by the @code{path-separator} character
753 appropriate for the system. If @var{force} is non-@code{nil}, the files 753 appropriate for the system. If @var{force} is non-@code{nil}, the files
754 are re-parsed even if they have been parsed already. If @var{path} is 754 are re-parsed even if they have been parsed already. If @var{path} is
755 omitted, use the value of environment variable @code{MAILCAPS} if it is 755 omitted, use the value of environment variable @code{MAILCAPS} if it is
756 set; otherwise (on Unix) use the path defined in RFC 1524, plus 756 set; otherwise (on GNU and Unix) use the path defined in RFC 1524, plus
757 @file{/usr/local/etc/mailcap}. 757 @file{/usr/local/etc/mailcap}.
758 @end defun 758 @end defun
759 759
760 @defun mailcap-parse-mimetypes &optional path force 760 @defun mailcap-parse-mimetypes &optional path force
761 Parse all the mimetypes specified in a Unix-style path string @var{path} 761 Parse all the mimetypes specified in a path string @var{path}
762 and merge them with the values from @code{mailcap-mime-extensions}. 762 and merge them with the values from @code{mailcap-mime-extensions}.
763 Components of @var{path} are separated by the @code{path-separator} 763 Components of @var{path} are separated by the @code{path-separator}
764 character appropriate for the system. If @var{path} is omitted, use the 764 character appropriate for the system. If @var{path} is omitted, use the
765 value of environment variable @code{MIMETYPES} if set; otherwise use a 765 value of environment variable @code{MIMETYPES} if set; otherwise use a
766 default path consistent with that used by @code{mailcap-parse-mailcaps}. 766 default path consistent with that used by @code{mailcap-parse-mailcaps}.