From: Eli Zaretskii Date: Thu, 20 Apr 2023 10:06:24 +0000 (+0300) Subject: ; * src/fringe.c: Fix description of large circle. (Bug#62961) X-Git-Tag: emacs-29.0.91~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3899acbb3367984d66c7484a208b40a6851f4cc2;p=emacs.git ; * src/fringe.c: Fix description of large circle. (Bug#62961) --- diff --git a/src/fringe.c b/src/fringe.c index 5fcb1b27272..ed257c073b9 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -211,14 +211,14 @@ static unsigned short right_curly_arrow_bits[] = { /* Large circle bitmap. */ /* - ........ ..xxxx.. .xxxxxx. xxxxxxxx xxxxxxxx + xxxxxxxx + xxxxxxxx .xxxxxx. ..xxxx.. - ........ */ static unsigned short large_circle_bits[] = { 0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c};