X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c530e1c2a3a036d71942c354ba11b30a06341fd7..0f2bad27087f219b48a06a6b0f9ed8a78452a6f5:/lisp/strokes.el diff --git a/lisp/strokes.el b/lisp/strokes.el index 51e75c4387..8b5aa7a76d 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -1,6 +1,6 @@ ;;; strokes.el --- control Emacs through mouse strokes -;; Copyright (C) 1997, 2000-2011 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2000-2012 Free Software Foundation, Inc. ;; Author: David Bakhash ;; Maintainer: FSF @@ -1386,8 +1386,12 @@ If STROKES-MAP is not given, `strokes-global-map' will be used instead." ;;;###autoload (define-minor-mode strokes-mode - "Toggle Strokes global minor mode.\\ -With ARG, turn strokes on if and only if ARG is positive. + "Toggle Strokes mode, a global minor mode. +With a prefix argument ARG, enable Strokes mode if ARG is +positive, and disable it otherwise. If called from Lisp, enable +the mode if ARG is omitted or nil. + +\\ Strokes are pictographic mouse gestures which invoke commands. Strokes are invoked with \\[strokes-do-stroke]. You can define new strokes with \\[strokes-global-set-stroke]. See also @@ -1631,7 +1635,7 @@ Optional FORCE non-nil will ignore the buffer's read-only status." (let ((inhibit-read-only t)) (message "Strokifying %s..." buffer) (goto-char (point-min)) - (let (ext string image) + (let (string image) ;; The comment below is what I'd have to do if I wanted to ;; deal with random newlines in the midst of the compressed ;; strings. If I do this, I'll also have to change