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

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

diff --git a/mct.el b/mct.el
index 5b774db71b..78bfaebab2 100644
--- a/mct.el
+++ b/mct.el
@@ -252,7 +252,7 @@ See `completions-format' for possible values."
 
 ;; Thanks to Omar AntolĂ­n Camarena for recommending the use of
 ;; `cursor-sensor-functions' and the concomitant hook with
-;; `cursor-censor-mode' instead of the dirty hacks I had before to
+;; `cursor-sensor-mode' instead of the dirty hacks I had before to
 ;; prevent the cursor from moving to that position where no completion
 ;; candidates could be found at point (e.g. it would break `embark-act'
 ;; as it could not read the topmost candidate when point was at the

Reply via email to