mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* lisp/strokes.el (strokes-mode): Fix typo in previous.
This commit is contained in:
parent
6bec60ad31
commit
2ec25de5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue