From a5c99baf7dc194f200475841e3255ea4b33d9a18 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 12 Jul 2007 06:44:39 +0000 Subject: [PATCH] Argh -- "doc", not "docs". First post-3.3 change. --- HISTORY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a3e8da8a..f1074399 100644 --- a/HISTORY +++ b/HISTORY @@ -6,7 +6,7 @@ some cases. New features: -- SDL port. See INSTALL, docs/sdl.txt and sdl1/* for details. +- SDL port. See INSTALL, doc/sdl.txt and sdl1/* for details. - Double-buffering -- minimize screen writes by checking, in doupdate() and wnoutrefresh(), whether the changes to curscr are really changes.