X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Fcommands.texi;h=49b599c0e13a18d085cd7fb2b9b58fff26489486;hp=50567646a665c5f7045f0c7dc9817099c7b24789;hb=72a705551741d6f85a40eea486c222bac482d8dc;hpb=fb022c5b8ea6aca36b9661a6b2707afdd07e4c05 diff --git a/man/lispref/commands.texi b/man/lispref/commands.texi index 5056764..49b599c 100644 --- a/man/lispref/commands.texi +++ b/man/lispref/commands.texi @@ -834,7 +834,7 @@ at the time and the position of the pointer at the time. also specify the modifier keys that were held down at the time. @item misc-user event - A menu item was selected, the scrollbar was used, or a drag or a drop occured. + A menu item was selected, the scrollbar was used, or a drag or a drop occurred. @item process event Input is available on a process. @@ -1388,7 +1388,7 @@ Here are some basic examples of usage: @end group @group -;; @r{Create a simmilar button-release event.} +;; @r{Create a similar button-release event.} (make-event 'button-release `(button 1 modifiers (meta) x ,x y ,x)) @result{} # @end group