]> git.eshelyaron.com Git - emacs.git/commitdiff
[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
authorKarl Heuer <kwzh@gnu.org>
Thu, 11 May 1995 22:19:56 +0000 (22:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 11 May 1995 22:19:56 +0000 (22:19 +0000)
src/dispnew.c

index 356c7bbc34d3768cc591a44046e97d9664d479e8..a01abacadcc569713d002ac8915a1adc4dfa3095 100644 (file)
@@ -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;
 {