]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix quotes in mailcap-add-mailcap-entry doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Sep 2022 10:09:18 +0000 (12:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Sep 2022 10:09:59 +0000 (12:09 +0200)
* lisp/net/mailcap.el (mailcap-add-mailcap-entry): Fix usage of
quotes.

lisp/net/mailcap.el

index 1fa4130339684e9d606e057be65ba6abc49af493..fd244a97b1aeda1b84e0df0ae3f97687b38d0344 100644 (file)
@@ -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))