Mercurial > emacs
diff src/dispnew.c @ 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 | 38f3ac2845f7 |
children | b90c2cdd9627 |
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; {