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

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

[nongnu] elpa/org-journal be005c1f93 5/6: Reword comment for better clar


From: ELPA Syncer
Subject: [nongnu] elpa/org-journal be005c1f93 5/6: Reword comment for better clarity
Date: Fri, 13 Oct 2023 10:01:46 -0400 (EDT)

branch: elpa/org-journal
commit be005c1f93e393c9f993e6b503b0776a7a769b52
Author: Dylan Cascio <code@drfiresign.com>
Commit: Dylan Cascio <code@drfiresign.com>

    Reword comment for better clarity
---
 org-journal.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-journal.el b/org-journal.el
index 47383cac1c..4d771ab59e 100644
--- a/org-journal.el
+++ b/org-journal.el
@@ -467,8 +467,8 @@ before it will be deposed."
      (with-current-buffer buf
        (unless buffer-exists
          (insert-file-contents ,file))
-       ;; Use `let' to change the local value of `major-mode' and
-       ;; avoid `org-mode' directly and incurring a performance penalty.
+       ;; Use `let' to change the local value of `major-mode' and avoid
+       ;; activating `org-mode' directly and incurring a performance penalty.
        (setq result (let ((major-mode 'org-mode))
                       (progn ,@body))))
      (unless buffer-exists



reply via email to

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