changeset 11795:58e13b7bc232

[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
author Karl Heuer <kwzh@gnu.org>
date Thu, 11 May 1995 22:19:56 +0000
parents c5c6af0e8074
children b322ac77dadc
files src/dispnew.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {