emacs-diffs
[Top][All Lists]
Advanced

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

master 2ec25de: * lisp/strokes.el (strokes-mode): Fix typo in previous.


From: Glenn Morris
Subject: master 2ec25de: * lisp/strokes.el (strokes-mode): Fix typo in previous.
Date: Mon, 12 Apr 2021 11:35:47 -0400 (EDT)

branch: master
commit 2ec25de5ea1966c2a3ac4ba7180ea57405dba132
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * 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 4a018ff..575092a 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



reply via email to

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