From 2ec25de5ea1966c2a3ac4ba7180ea57405dba132 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 12 Apr 2021 08:08:29 -0700 Subject: [PATCH] * lisp/strokes.el (strokes-mode): Fix typo in previous. --- lisp/strokes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/strokes.el b/lisp/strokes.el index 4a018ff1993..575092a71d9 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -1393,7 +1393,7 @@ Encode/decode your strokes with \\[strokes-encode-buffer], \\[strokes-decode-buffer]. \\{strokes-mode-map}" - :ligher strokes-lighter :global t + :lighter strokes-lighter :global t (cond ((not (display-mouse-p)) (error "Can't use Strokes without a mouse")) (strokes-mode ; turn on strokes -- 2.39.2