From: Lars Ingebrigtsen Date: Fri, 2 Sep 2022 10:09:18 +0000 (+0200) Subject: Fix quotes in mailcap-add-mailcap-entry doc string X-Git-Tag: emacs-29.0.90~1856^2~794 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f84c45054ab560ad373c58cd48f43cc582c125ca;p=emacs.git Fix quotes in mailcap-add-mailcap-entry doc string * lisp/net/mailcap.el (mailcap-add-mailcap-entry): Fix usage of quotes. --- diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el index 1fa41303396..fd244a97b1a 100644 --- a/lisp/net/mailcap.el +++ b/lisp/net/mailcap.el @@ -722,11 +722,11 @@ MAJOR and MINOR should be strings. MINOR is treated as a regexp in later lookups, and, therefore, you may need to escape it appropriately. -The format of INFO is described in ‘mailcap-mime-data’. +The format of INFO is described in `mailcap-mime-data'. STORAGE should be a symbol refering to a variable. The value of -this variable should have the same format as ‘mailcap-mime-data’. -STORAGE defaults to ‘mailcap--computed-mime-data’. +this variable should have the same format as `mailcap-mime-data'. +STORAGE defaults to `mailcap--computed-mime-data'. None of this is enforced." (let* ((storage (or storage 'mailcap--computed-mime-data))