From: Richard M. Stallman Date: Fri, 12 Sep 1997 22:41:34 +0000 (+0000) Subject: (strokes-click-command): Doc fix. X-Git-Tag: emacs-20.1~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=218ad14bf2e78e76fa5bf807f48a78c57c79c353;p=emacs.git (strokes-click-command): Doc fix. --- diff --git a/lisp/strokes.el b/lisp/strokes.el index bca84e5bb3b..a75bc8c6aa6 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -288,7 +288,7 @@ the delay in switching to the strokes buffer." (defcustom strokes-click-command 'mouse-yank-at-click "*Command to execute when stroke is actually a `click' event. -This is set to `mouse-yank' by default." +This is set to `mouse-yank-at-click' by default." :type 'function :group 'strokes)