aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-02-04 12:02:53 +0100
committerLars Ingebrigtsen2021-02-04 12:02:53 +0100
commit859a4cb6b22f75a3456e29d08fcfe9b8940fbe8b (patch)
treee086989c78e285c650182891afa2d68e9407b63d
parent828b3d93eca4215baac4bab74156eeb3fa02955e (diff)
downloademacs-859a4cb6b22f75a3456e29d08fcfe9b8940fbe8b.tar.gz
emacs-859a4cb6b22f75a3456e29d08fcfe9b8940fbe8b.zip
Clarify the "Sentinels" node in the lispref manual
* doc/lispref/processes.texi (Sentinels): Mention "run" and that the strings can be anything (bug#30461).
-rw-r--r--doc/lispref/processes.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 6dedaa31f2e..83461656063 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2017,7 +2017,8 @@ describing the type of event.
2017default sentinel function, which inserts a message in the process's 2017default sentinel function, which inserts a message in the process's
2018buffer with the process name and the string describing the event. 2018buffer with the process name and the string describing the event.
2019 2019
2020 The string describing the event looks like one of the following: 2020 The string describing the event looks like one of the following (but
2021this is not an exhaustive list of event strings):
2021 2022
2022@itemize @bullet 2023@itemize @bullet
2023@item 2024@item
@@ -2048,6 +2049,9 @@ core.
2048@code{"open\n"}. 2049@code{"open\n"}.
2049 2050
2050@item 2051@item
2052@code{"run\n"}.
2053
2054@item
2051@code{"connection broken by remote peer\n"}. 2055@code{"connection broken by remote peer\n"}.
2052@end itemize 2056@end itemize
2053 2057