* doc/lispref/processes.texi (Sentinels): Mention "run" and that
the strings can be anything (bug#30461).
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
@item
@code{"open\n"}.
+@item
+@code{"run\n"}.
+
@item
@code{"connection broken by remote peer\n"}.
@end itemize