]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of the internal Lisp_Process->status field
authorSteven Allen <steven@stebalien.com>
Fri, 13 Jun 2025 14:51:37 +0000 (07:51 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:13:48 +0000 (10:13 +0200)
commit21e27da70d25773bc6c271b8ae3885b20974e779
tree4715c49b96f17260a5eeb1ff0c7a36a6b877f731
parent1802aa00409b9152a70776a7520894b0e2df9427
Improve documentation of the internal Lisp_Process->status field

Contrary to the existing documentation here, the value of this
field cannot be the symbols open or closed.  Furthermore, this
field is never set to "stop" for network connections.
* src/process.h (Lisp_Process): Improve/fix documentation of the
'status' field.  (Bug#78784)

(cherry picked from commit 4d88b925ba839fab9448915edcc699a6647df71c)
src/process.h