]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-habit.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / org / org-habit.el
index cf2f4c81fbd244d0c89b069a39f28bf3bc0b2401..7911dcff9abd3cc1b2e0136638a59891531edaac 100644 (file)
@@ -180,7 +180,7 @@ This list represents a \"habit\" for the rest of this module."
        (error "Habit %s has no scheduled date" habit-entry))
       (unless scheduled-repeat
        (error
-        "Habit '%s' has no scheduled repeat period or has an incorrect one"
+        "Habit ā€˜%sā€™ has no scheduled repeat period or has an incorrect one"
         habit-entry))
       (setq sr-days (org-habit-duration-to-days scheduled-repeat))
       (unless (> sr-days 0)