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

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

[elpa] externals/mct cf6f9acef4 3/4: Fix typo in comment


From: ELPA Syncer
Subject: [elpa] externals/mct cf6f9acef4 3/4: Fix typo in comment
Date: Fri, 28 Jan 2022 01:57:34 -0500 (EST)

branch: externals/mct
commit cf6f9acef44221330f2c6419817486ff5a243704
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix typo in comment
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 522e8d1725..cdde0b2c67 100644
--- a/mct.el
+++ b/mct.el
@@ -519,7 +519,7 @@ by `mct-completion-windows-regexp'."
 (defun mct--completions-completion-p ()
   "Return non-nil if there is a completion at point."
   (let ((point (point)))
-    ;; The `or' is for Emacs 27 where there were no completion--string
+    ;; The `or' is for Emacs 27 where there are no completion--string
     ;; properties.
     (or (get-text-property point 'completion--string)
         (get-text-property point 'mouse-face))))



reply via email to

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