]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-feed.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / org / org-feed.el
index f01212421584eabf4ce913a75fef09218d89343b..22e543c35f7691578e2f40d01e99013ee77ea9ca 100644 (file)
@@ -690,7 +690,8 @@ formatted as a string, not the original XML data."
                                  (xml-node-children content)))))
         (t
          (setq entry (plist-put entry :description
-                                (format "Unknown '%s' content." type)))))))
+                                (format-message
+                                  "Unknown ā€˜%sā€™ content." type)))))))
     entry))
 
 (provide 'org-feed)