branch: externals/mct commit cf6f9acef44221330f2c6419817486ff5a243704 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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))))