Mercurial > emacs
changeset 19897:d9bb216aa23f
(strokes-click-command): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Sep 1997 22:41:34 +0000 |
parents | b27fcef497c1 |
children | ef7d802592ec |
files | lisp/strokes.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/strokes.el Fri Sep 12 22:40:55 1997 +0000 +++ b/lisp/strokes.el Fri Sep 12 22:41:34 1997 +0000 @@ -288,7 +288,7 @@ (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)