summaryrefslogtreecommitdiff
path: root/lisp/strokes.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-12 22:41:34 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-12 22:41:34 +0000
commite7787d86581d6593f8d53e47f71385d629e172c1 (patch)
tree64ee4a46717473986415ac36146099162e93cc33 /lisp/strokes.el
parent0858f58ec5f2966e3aa0b3f417c3f5ee74f4737d (diff)
downloademacs-e7787d86581d6593f8d53e47f71385d629e172c1.tar.gz
(strokes-click-command): Doc fix.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r--lisp/strokes.el2
1 files changed, 1 insertions, 1 deletions
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)