]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 23 May 1996 01:34:07 +0000 (01:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 23 May 1996 01:34:07 +0000 (01:34 +0000)
src/dispnew.c

index ef582f195c52961d13a3145b41fbe541f8cdb1a7..bb21ccbe1da5d98a60d5e7851fe6228ecffbe19c 100644 (file)
@@ -2513,7 +2513,7 @@ init_display ()
 #endif
 #if defined (LINUX) && defined (HAVE_LIBNCURSES)
       /* In some versions of ncurses,
-        tparm crashes if we have not called tgetent.
+        tputs crashes if we have not called tgetent.
         So call tgetent.  */
       { char b[2044]; tgetent (b, "xterm");}
 #endif