From 0f108d3e879240f3147229926290a926b1d4aee0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 20 Oct 2012 00:18:11 +0200 Subject: [PATCH] reminders.in: Remove space between comment and text for examples. Sets them apart from documentation comments. --- reminders.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reminders.in b/reminders.in index 43b03bf..77d7f3d 100644 --- a/reminders.in +++ b/reminders.in @@ -30,7 +30,7 @@ FSET todo() trigger(realtoday()) # Header. REM [todo()] MSG TODO: % -# REM [todo()] MSG Example todo entry. % +#REM [todo()] MSG Example todo entry. % # Empty line. REM [todo()] MSG % @@ -39,14 +39,14 @@ REM [todo()] MSG % # REMINDERS -# REM 04 April 2012 +10 MSG Example reminder entry. % +#REM 04 April 2012 +10 MSG Example reminder entry. % # DAEMON REMINDERS IF $Daemon > 0 - # REM AT 00:00 MSG Example reminder. + #REM AT 00:00 MSG Example reminder. ENDIF # vim: ft=remind -- 2.44.1