emacs-diffs
[Top][All Lists]
Advanced

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

master 36df5e7 2/2: ; * lisp/tempo.el (tempo-add-tag): Punctuation fixes


From: Eli Zaretskii
Subject: master 36df5e7 2/2: ; * lisp/tempo.el (tempo-add-tag): Punctuation fixes in comments.
Date: Fri, 21 Feb 2020 04:18:41 -0500 (EST)

branch: master
commit 36df5e74d1db1388f81e366ed1966d15e7c8b999
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/tempo.el (tempo-add-tag): Punctuation fixes in comments.
---
 lisp/tempo.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/tempo.el b/lisp/tempo.el
index 2da90f0..bc398e7 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -589,11 +589,11 @@ replace its template with TEMPLATE."
       (setq tag-list 'tempo-tags))
   (let ((entry (assoc tag (symbol-value tag-list))))
     (if entry
-        ;; Tag is already in the list, assign a new template to it
+        ;; Tag is already in the list, assign a new template to it.
         (setcdr entry template)
-      ;; Tag is not present in the list, add it with its template
+      ;; Tag is not present in the list, add it with its template.
       (set tag-list (cons (cons tag template) (symbol-value tag-list)))))
-  ;; Invalidate globally if we're modifying `tempo-tags'
+  ;; Invalidate globally if we're modifying 'tempo-tags'.
   (tempo-invalidate-collection (eq tag-list 'tempo-tags)))
 
 ;;;



reply via email to

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