diff man/lispref/commands.texi @ 314:341dac730539 r21-0b55

Import from CVS: tag r21-0b55
author cvs
date Mon, 13 Aug 2007 10:44:22 +0200
parents c9fe270a4101
children cc15677e0335
line wrap: on
line diff
--- a/man/lispref/commands.texi	Mon Aug 13 10:43:56 2007 +0200
+++ b/man/lispref/commands.texi	Mon Aug 13 10:44:22 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 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 @@
 @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{} #<buttonup-event meta-button1up>
 @end group