summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-11 22:19:56 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-11 22:19:56 +0000
commit1658119ffdd152c5b4754dc329df2ec1c9055c7c (patch)
tree27833a0fed98562e8ff2c6ad370bad09b5753784 /src/dispnew.c
parent9355018a2feb710bf2c5cabe676ab6061b2316f0 (diff)
downloademacs-1658119ffdd152c5b4754dc329df2ec1c9055c7c.tar.gz
[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
Diffstat (limited to 'src/dispnew.c')
-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)
#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;
{