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:
parent
96858c4206
commit
9d0d777ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue