From: Karl Heuer Date: Thu, 11 May 1995 22:19:56 +0000 (+0000) Subject: [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring. X-Git-Tag: emacs-19.34~4063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c586a6cbf1e9ce92ecebe62935ee97f706ee78d;p=emacs.git [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring. --- 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) #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; {