aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 356c7bbc34d..a01abacadcc 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -197,7 +197,9 @@ redraw_frame (f)
197#else 197#else
198 198
199DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0, 199DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0,
200 "Clear frame FRAME and output again what is supposed to appear on it.") 200 /* Don't confuse make-docfile by having two doc strings for this function.
201 make-docfile does not pay attention to #if, for good reason! */
202 0)
201 (frame) 203 (frame)
202 Lisp_Object frame; 204 Lisp_Object frame;
203{ 205{