1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00

Clarify the "Sentinels" node in the lispref manual

* doc/lispref/processes.texi (Sentinels): Mention "run" and that
the strings can be anything (bug#30461).

(cherry picked from commit 859a4cb6b2)
This commit is contained in:
Lars Ingebrigtsen 2021-02-04 12:02:53 +01:00 committed by Eli Zaretskii
parent 89f1634afc
commit 256356a36f

View file

@ -1969,7 +1969,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
@ -1999,6 +2000,9 @@ core.
@item
@code{"open\n"}.
@item
@code{"run\n"}.
@item
@code{"connection broken by remote peer\n"}.
@end itemize