emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 9855a3ea744: ; * src/xdisp.c (redisplay_tool_bar): Fix a typo i


From: Eli Zaretskii
Subject: emacs-29 9855a3ea744: ; * src/xdisp.c (redisplay_tool_bar): Fix a typo in a comment.
Date: Fri, 9 Jun 2023 12:19:28 -0400 (EDT)

branch: emacs-29
commit 9855a3ea7447b6045407ff55ad2c448d1302bcce
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/xdisp.c (redisplay_tool_bar): Fix a typo in a comment.
---
 src/xdisp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 2ddfdf0d51b..c9b488b7fb2 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -15346,7 +15346,7 @@ redisplay_tool_bar (struct frame *f)
                    0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string));
   /* FIXME: This should be controlled by a user option.  But it
      doesn't make sense to have an R2L tool bar if the menu bar cannot
-     be drawn also R2L, and making the menu bar R2L is tricky due
+     be drawn also R2L, and making the menu bar R2L is tricky due to
      toolkit-specific code that implements it.  If an R2L tool bar is
      ever supported, display_tool_bar_line should also be augmented to
      call unproduce_glyphs like display_line and display_string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]