]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify the "Sentinels" node in the lispref manual
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 11:02:53 +0000 (12:02 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 11:02:53 +0000 (12:02 +0100)
* doc/lispref/processes.texi (Sentinels): Mention "run" and that
the strings can be anything (bug#30461).

doc/lispref/processes.texi

index 6dedaa31f2e31984ffb780f0d8e5ee4c8b028512..83461656063e18477cfd64c16273c552fd749f05 100644 (file)
@@ -2017,7 +2017,8 @@ describing the type of event.
 default sentinel function, which inserts a message in the process's
 buffer with the process name and the string describing the event.
 
-  The string describing the event looks like one of the following:
+  The string describing the event looks like one of the following (but
+this is not an exhaustive list of event strings):
 
 @itemize @bullet
 @item
@@ -2047,6 +2048,9 @@ core.
 @item
 @code{"open\n"}.
 
+@item
+@code{"run\n"}.
+
 @item
 @code{"connection broken by remote peer\n"}.
 @end itemize