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

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

[elpa] externals/org-remark 1dd28ecd4c 081/173: lint


From: ELPA Syncer
Subject: [elpa] externals/org-remark 1dd28ecd4c 081/173: lint
Date: Fri, 28 Jan 2022 16:58:03 -0500 (EST)

branch: externals/org-remark
commit 1dd28ecd4c8d17379298af4e8429599e0cb99d3a
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    lint
---
 org-marginalia-global-tracking.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/org-marginalia-global-tracking.el 
b/org-marginalia-global-tracking.el
index 1e6808211d..368e1c07fc 100644
--- a/org-marginalia-global-tracking.el
+++ b/org-marginalia-global-tracking.el
@@ -1,6 +1,6 @@
+;;; org-marginalia-global-tracking.el --- Track files with marginal notes -*- 
lexical-binding: t; -*-
 ;;; Commentary:
-
-;;; Code
+;;; Code:
 
 (declare-function org-marginalia-mode 'org-marginalia)
 
@@ -61,10 +61,10 @@ The files being tracked are loaded on to
 
 (defun org-marginalia-tracking-load ()
   "Load files being tracked from `org-marginalia-tracking-file'.
-It has one filename each line (separated by "\n"). The filename
-is obtrained `abbreviated-file-names'.  This function reloads the
-content of the file regardless if it is already done in this
-Emacs session or not."
+It has one filename each line.  The filename is obtrained
+`abbreviated-file-names'.  This function reloads the content of
+the file regardless if it is already done in this Emacs session
+or not."
   (with-temp-buffer
     (condition-case nil
        (progn



reply via email to

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