branch: externals/org
commit b1a74d4c7aa1eb1d1d4fbbf4c80794e3d33b7184
Author: Marco Wahl <marcowahls...@gmail.com>
Commit: Marco Wahl <marcowahls...@gmail.com>

    agenda: Fix whitespace
---
 lisp/org-agenda.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index b4e5547..3035823 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7381,7 +7381,7 @@ When in a restricted subtree, remove it.
 
 The restriction will span over the entire file if TYPE is `file',
 or if type is '(4), or if the cursor is before the first headline
-in the file. Otherwise, only apply the restriction to the current
+in the file.  Otherwise, only apply the restriction to the current
 subtree."
   (interactive "P")
   (if (and org-agenda-overriding-restriction
@@ -10198,7 +10198,7 @@ entries in that Org file."
         (date (calendar-gregorian-from-absolute
                (get-text-property point 'day))))
     ;; the following 2 vars are needed in the calendar
-    (org-dlet 
+    (org-dlet
        ((displayed-month (car date))
         (displayed-year (nth 2 date)))
       (unwind-protect

Reply via email to