]> code.delx.au - gnu-emacs/blobdiff - lisp/htmlfontify.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / htmlfontify.el
index 24160a68066c623d4745fb3083012a34f4a49969..74cdfe13f58f3307069488732190c7a8a87f31da 100644 (file)
@@ -187,13 +187,13 @@ It takes only one argument, the filename."
   :type  '(string))
 
 (defcustom hfy-src-doc-link-style "text-decoration: underline;"
-  "String to add to the ‘<style> a’ variant of an htmlfontify CSS class."
+  "String to add to the `<style> a' variant of an htmlfontify CSS class."
   :group 'htmlfontify
   :tag   "src-doc-link-style"
   :type  '(string))
 
 (defcustom hfy-src-doc-link-unstyle " text-decoration: none;"
-  "Regex to remove from the ‘<style> a’ variant of an htmlfontify CSS class."
+  "Regex to remove from the `<style> a' variant of an htmlfontify CSS class."
   :group 'htmlfontify
   :tag   "src-doc-link-unstyle"
   :type  '(string))