From 09600666ecbbebe86830a937658465d046e13d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Fri, 27 Nov 2015 17:40:16 +0100 Subject: Imported Upstream version 8.3.2 --- lisp/org-habit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/org-habit.el') diff --git a/lisp/org-habit.el b/lisp/org-habit.el index 338aabc..69d1912 100644 --- a/lisp/org-habit.el +++ b/lisp/org-habit.el @@ -181,7 +181,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) sr-type (progn (string-match "[\\.+]?\\+" scheduled-repeat) -- cgit v1.2.3