From f84c45054ab560ad373c58cd48f43cc582c125ca Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 2 Sep 2022 12:09:18 +0200 Subject: [PATCH] Fix quotes in mailcap-add-mailcap-entry doc string * lisp/net/mailcap.el (mailcap-add-mailcap-entry): Fix usage of quotes. --- lisp/net/mailcap.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.39.2