summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-02-04 12:02:53 +0100
committerEli Zaretskii <eliz@gnu.org>2021-02-04 17:18:49 +0200
commit256356a36fa15c17968febfb3fa49ac33872a11e (patch)
tree2c6f9bd8f37222acacbafc5bc7a6c1fa4ad1cafa
parent89f1634afcca318def07151424a21b81c70acd76 (diff)
downloademacs-256356a36fa15c17968febfb3fa49ac33872a11e.tar.gz
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 859a4cb6b22f75a3456e29d08fcfe9b8940fbe8b)
-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 42f436501fd..063b5f51340 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -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
@@ -2000,6 +2001,9 @@ core.
@code{"open\n"}.
@item
+@code{"run\n"}.
+
+@item
@code{"connection broken by remote peer\n"}.
@end itemize