diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-28 08:50:05 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-28 08:50:05 -0800 |
commit | f2441ab3204274cba16f5cab19e98db61d468fb7 (patch) | |
tree | b83c2cf456c874f60789d2fe65e6c2ea39bc8ccc /lisp/net/mailcap.el | |
parent | 22ff46e6d85e3f023eb84ef7e8fe3de8947caf81 (diff) | |
download | emacs-f2441ab3204274cba16f5cab19e98db61d468fb7.tar.gz |
; Fix some tiny doc and comment typos
Diffstat (limited to 'lisp/net/mailcap.el')
-rw-r--r-- | lisp/net/mailcap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el index 86587466ef5..b4b38707c89 100644 --- a/lisp/net/mailcap.el +++ b/lisp/net/mailcap.el @@ -323,7 +323,7 @@ means the viewer is always valid. If it is a Lisp function, it is called with a list of items from any extra fields from the Content-Type header as argument to return a boolean value for the validity. Otherwise, if it is a non-function Lisp symbol or list -whose car is a symbol, it is `eval'led to yield the validity. If it +whose car is a symbol, it is `eval'uated to yield the validity. If it is a string or list of strings, it represents a shell command to run to return a true or false shell value for the validity.") (put 'mailcap-mime-data 'risky-local-variable t) |