* src/haikufns.c (Fx_show_tip): Fix typo.

This commit is contained in:
Po Lu 2022-01-18 08:20:37 +00:00
parent 98286799a5
commit 68472c12e7

View file

@ -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);