# HG changeset patch # User Karl Heuer # Date 800230796 0 # Node ID 58e13b7bc23244c1590290d9b844f32c9c319e07 # Parent c5c6af0e8074cc8995774bc952fee6452dcd045a [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring. diff -r c5c6af0e8074 -r 58e13b7bc232 src/dispnew.c --- a/src/dispnew.c Thu May 11 22:18:01 1995 +0000 +++ b/src/dispnew.c Thu May 11 22:19:56 1995 +0000 @@ -197,7 +197,9 @@ #else DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0, - "Clear frame FRAME and output again what is supposed to appear on it.") + /* Don't confuse make-docfile by having two doc strings for this function. + make-docfile does not pay attention to #if, for good reason! */ + 0) (frame) Lisp_Object frame; {