; * src/xdisp.c (redisplay_tool_bar): Fix a typo in a comment.
This commit is contained in:
parent
f4ee696b88
commit
9855a3ea74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue