]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Jan 2025 08:41:00 +0000 (10:41 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:43:44 +0000 (18:43 +0100)
(cherry picked from commit 5e657ad1fe2567f7d21639dbac40949870fe76f9)

src/dispnew.c

index fe82bcfd822425e8b4a0cd64aa59021e9c857f10..39a2fd659f97565cc8cfd4a8a3a0645d389b0143 100644 (file)
@@ -3964,7 +3964,7 @@ combine_updates_for_frame (struct frame *f, bool inhibit_scrolling)
 
   /* Determine visible frames on the root frame, including the root
      frame itself.  Note that there are cases, see bug#75056, where we
-     can be called for invisible frames. */
+     can be called for invisible frames.  */
   Lisp_Object z_order = frames_in_reverse_z_order (root, true);
   if (NILP (z_order))
     {