changeset 1791:4e554ea437ed

* dispnew.c (Fredraw_display): DEFUN was missing a closing paren.
author Jim Blandy <jimb@redhat.com>
date Thu, 14 Jan 1993 16:15:54 +0000
parents 1be021d4d816
children 1136bc94d196
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Thu Jan 14 15:37:33 1993 +0000
+++ b/src/dispnew.c	Thu Jan 14 16:15:54 1993 +0000
@@ -165,7 +165,7 @@
 }
 
 DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "",
-  "Clear and redisplay all visible frames."
+  "Clear and redisplay all visible frames.")
   ()
 {
   Lisp_Object frame, tail;