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

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

[elpa] externals/epoch-view d0bfd83 2/4: epoch-view.el, load-dir.el: Cap


From: Stefan Monnier
Subject: [elpa] externals/epoch-view d0bfd83 2/4: epoch-view.el, load-dir.el: Capitalize package description string.
Date: Tue, 1 Dec 2020 15:52:17 -0500 (EST)

branch: externals/epoch-view
commit d0bfd83e2ab56c452b7086d8399decc34f861fc2
Author: Chong Yidong <cyd@stupidchicken.com>
Commit: Chong Yidong <cyd@stupidchicken.com>

    epoch-view.el, load-dir.el: Capitalize package description string.
---
 epoch-view.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/epoch-view.el b/epoch-view.el
index 46ed67c..654592f 100644
--- a/epoch-view.el
+++ b/epoch-view.el
@@ -1,4 +1,4 @@
-;;; epoch-view.el --- minor mode to visualize epoch timestamps
+;;; epoch-view.el --- Minor mode to visualize epoch timestamps
 
 ;; Copyright (C) 2010
 ;;   Free Software Foundation, Inc.
@@ -28,10 +28,11 @@
 ;; instead of Unix epoch times.  This mode turns on font-lock and
 ;; leaves it on forever.  You may or may not like that.
 
-;; TODO: instead of letting font-lock-mode manage the `display'
-;; property, manage it ourselves so when multiple modes specify
-;; `display' it won't get wiped out when this mode doesn't need it
-;; anymore.
+;;; TODO:
+
+;; Instead of letting font-lock-mode manage the `display' property,
+;; manage it ourselves so when multiple modes specify `display' it
+;; won't get wiped out when this mode doesn't need it anymore.
 
 ;;; Code:
 



reply via email to

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