[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master f84c45054a 3/3: Fix quotes in mailcap-add-mailcap-entry doc strin
From: |
Lars Ingebrigtsen |
Subject: |
master f84c45054a 3/3: Fix quotes in mailcap-add-mailcap-entry doc string |
Date: |
Fri, 2 Sep 2022 06:10:05 -0400 (EDT) |
branch: master
commit f84c45054ab560ad373c58cd48f43cc582c125ca
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
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 1fa4130339..fd244a97b1 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))