emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/commands.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Thu, 24 Jun 2004 19:10:24 -0400

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.51 emacs/lispref/commands.texi:1.52
*** emacs/lispref/commands.texi:1.51    Thu Jun 24 20:11:31 2004
--- emacs/lispref/commands.texi Thu Jun 24 23:08:31 2004
***************
*** 872,878 ****
  * Repeat Events::               Double and triple click (or drag, or down).
  * Motion Events::             Just moving the mouse, not pushing a button.
  * Focus Events::              Moving the mouse between frames.
! * Misc Events::                 Other events window systems can generate.
  * Event Examples::            Examples of the lists for mouse events.
  * Classifying Events::                Finding the modifier keys in an event 
symbol.
                                Event types.
--- 872,878 ----
  * Repeat Events::               Double and triple click (or drag, or down).
  * Motion Events::             Just moving the mouse, not pushing a button.
  * Focus Events::              Moving the mouse between frames.
! * Misc Events::                 Other events the system can generate.
  * Event Examples::            Examples of the lists for mouse events.
  * Classifying Events::                Finding the modifier keys in an event 
symbol.
                                Event types.
***************
*** 1462,1470 ****
  sequence, and not within it.
  
  @node Misc Events
! @subsection Miscellaneous Window System Events
  
! A few other event types represent occurrences within the window system.
  
  @table @code
  @cindex @code{delete-frame} event
--- 1462,1470 ----
  sequence, and not within it.
  
  @node Misc Events
! @subsection Miscellaneous System Events
  
! A few other event types represent occurrences within the system.
  
  @table @code
  @cindex @code{delete-frame} event
***************
*** 1517,1522 ****
--- 1517,1530 ----
  
  This kind of event is generated, at present, only on some kinds of
  systems.
+ 
+ @cindex @code{usr1-signal} event
+ @cindex @code{usr2-signal} event
+ @item usr1-signal
+ @itemx usr2-signal
+ These events are generated when the Emacs process receives the signals
+ @code{SIGUSR1} and @code{SIGUSR2}.  They contain no additional data
+ because signals do not carry additional information.
  @end table
  
    If one of these events arrives in the middle of a key sequence---that




reply via email to

[Prev in Thread] Current Thread [Next in Thread]