aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index b348cefe134..e02aa249be4 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -179,7 +179,7 @@ redraw_frame (f)
179 179
180#else 180#else
181 181
182DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, "", 182DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0,
183 "Clear frame FRAME and output again what is supposed to appear on it.") 183 "Clear frame FRAME and output again what is supposed to appear on it.")
184 (frame) 184 (frame)
185 Lisp_Object frame; 185 Lisp_Object frame;