mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix mailcap-user-mime-data doc string
* lisp/net/mailcap.el (mailcap-user-mime-data): Make the doc string reflect the actual structure (bug#56568).
This commit is contained in:
parent
200938b95d
commit
0f59d7b53b
1 changed files with 2 additions and 4 deletions
|
|
@ -87,11 +87,9 @@ you have an entry for \"image/*\" in your ~/.mailcap file."
|
|||
|
||||
(defcustom mailcap-user-mime-data nil
|
||||
"A list of viewers preferred for different MIME types.
|
||||
The elements of the list are alists of the following structure
|
||||
The elements of the list are lists of the following structure
|
||||
|
||||
((viewer . VIEWER)
|
||||
(type . MIME-TYPE)
|
||||
(test . TEST))
|
||||
(VIEWER MIME-TYPE TEST)
|
||||
|
||||
where VIEWER is either a Lisp command, e.g., a major mode, or a
|
||||
string containing a shell command for viewing files of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue