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

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

[elpa] externals/org a12449a 1/2: org-compat: Fix symbol quoting in a co


From: ELPA Syncer
Subject: [elpa] externals/org a12449a 1/2: org-compat: Fix symbol quoting in a comment
Date: Sun, 24 Jan 2021 22:57:12 -0500 (EST)

branch: externals/org
commit a12449ac19a092efd8023fa0368fc31b7c600082
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    org-compat: Fix symbol quoting in a comment
---
 lisp/org-compat.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index af10c2d..88bf21b 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -179,9 +179,9 @@ This is a floating point number if the size is too large 
for an integer."
 Case is significant."
     (string< s1 s2)))
 
-;; The time- functions below translate nil to `current-time` and
-;; accept an integer as of Emacs 25.  `decode-time` and
-;; `format-time-string` accept nil on Emacs 24 but don't accept an
+;; The time- functions below translate nil to `current-time' and
+;; accept an integer as of Emacs 25.  `decode-time' and
+;; `format-time-string' accept nil on Emacs 24 but don't accept an
 ;; integer until Emacs 25.
 (if (< emacs-major-version 25)
     (let ((convert



reply via email to

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