emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org b1a74d4: agenda: Fix whitespace


From: ELPA Syncer
Subject: [elpa] externals/org b1a74d4: agenda: Fix whitespace
Date: Mon, 30 Aug 2021 18:57:16 -0400 (EDT)

branch: externals/org
commit b1a74d4c7aa1eb1d1d4fbbf4c80794e3d33b7184
Author: Marco Wahl <marcowahlsoft@gmail.com>
Commit: Marco Wahl <marcowahlsoft@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

[Prev in Thread] Current Thread [Next in Thread]