1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(strokes-click-command): Doc fix.

This commit is contained in:
Richard M. Stallman 1997-09-12 22:41:34 +00:00
parent b20a44dc16
commit 218ad14bf2

View file

@ -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)