From: Eli Zaretskii Date: Sat, 24 Feb 2024 09:27:12 +0000 (+0200) Subject: ; Fix last change in lisp.h. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4c38b069d2245aff7480ff3fe2a5dda4d17967a;p=emacs.git ; Fix last change in lisp.h. (cherry picked from commit 03fce8401639a1d60bb66bf374d3d44b3331ac8a) --- diff --git a/src/lisp.h b/src/lisp.h index 309bea02238..f353e4956eb 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -5153,7 +5153,7 @@ extern bool build_details; /* 0 not a daemon, 1 foreground daemon, 2 background daemon. */ extern int daemon_type; #define IS_DAEMON (daemon_type != 0) -/* True means daemon-initialized has not yet been called. */ +/* Non-zero means daemon-initialized has not yet been called. */ #define DAEMON_RUNNING (daemon_type >= 0) #else /* WINDOWSNT */ extern void *w32_daemon_event;