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:
parent
89f1634afc
commit
256356a36f
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue