branch: externals/org-remark
commit 1dd28ecd4c8d17379298af4e8429599e0cb99d3a
Author: Noboru Ota <m...@nobiot.com>
Commit: Noboru Ota <m...@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