]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in lisp.h.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Feb 2024 09:27:12 +0000 (11:27 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:51:44 +0000 (18:51 +0100)
(cherry picked from commit 03fce8401639a1d60bb66bf374d3d44b3331ac8a)

src/lisp.h

index 309bea022389028fe7354ec359b566feb553ee15..f353e4956ebc5d6d137f98a7e1262cc1ed6dde11 100644 (file)
@@ -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;