* src/haikufns.c (Fx_show_tip): Fix typo.
This commit is contained in:
parent
98286799a5
commit
68472c12e7
1 changed files with 1 additions and 1 deletions
|
@ -1929,7 +1929,7 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
|
|||
|
||||
if (NILP (frame))
|
||||
frame = selected_frame;
|
||||
check_window_system (frame);
|
||||
decode_window_system_frame (frame);
|
||||
|
||||
if (NILP (timeout))
|
||||
timeout = make_fixnum (5);
|
||||
|
|
Loading…
Add table
Reference in a new issue