diff man/lispref/commands.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 341dac730539
children 6240c7796c7a
line wrap: on
line diff
--- a/man/lispref/commands.texi	Mon Aug 13 11:01:58 2007 +0200
+++ b/man/lispref/commands.texi	Mon Aug 13 11:03:08 2007 +0200
@@ -834,7 +834,7 @@
 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 occurred.
+  A menu item was selected, the scrollbar was used, or a drag or a drop occured.
 
 @item process event
   Input is available on a process.
@@ -1388,7 +1388,7 @@
 @end group
 
 @group
-;; @r{Create a similar button-release event.}
+;; @r{Create a simmilar button-release event.}
 (make-event 'button-release `(button 1 modifiers (meta) x ,x y ,x))
      @result{} #<buttonup-event meta-button1up>
 @end group