1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00

* dispnew.c (Fredraw_display): DEFUN was missing a closing paren.

This commit is contained in:
Jim Blandy 1993-01-14 16:15:54 +00:00
parent 96858c4206
commit 9d0d777ceb

View file

@ -165,7 +165,7 @@ DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0,
}
DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "",
"Clear and redisplay all visible frames."
"Clear and redisplay all visible frames.")
()
{
Lisp_Object frame, tail;