diff options
author | Glenn Morris <rgm@gnu.org> | 2021-04-12 08:08:29 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-04-12 08:35:27 -0700 |
commit | 2ec25de5ea1966c2a3ac4ba7180ea57405dba132 (patch) | |
tree | cbd9b12269996eaf60efb537454d6b3ac6b6adf1 /lisp/strokes.el | |
parent | 6bec60ad3151825c2ee5f775848ea3d4c70c72a5 (diff) | |
download | emacs-2ec25de5ea1966c2a3ac4ba7180ea57405dba132.tar.gz emacs-2ec25de5ea1966c2a3ac4ba7180ea57405dba132.tar.bz2 emacs-2ec25de5ea1966c2a3ac4ba7180ea57405dba132.zip |
* lisp/strokes.el (strokes-mode): Fix typo in previous.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r-- | lisp/strokes.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |