summaryrefslogtreecommitdiff
path: root/lang/smalleiffel/patches/patch-ab
blob: ce631c28ae3512be0d7241e5d56fc9291521945b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2000/02/21 21:23:34 jlam Exp $

--- lib_se/globals.e.orig	Sat Feb 12 04:14:14 2000
+++ lib_se/globals.e	Mon Feb 21 13:52:36 2000
@@ -376,7 +376,7 @@
    backup_suffix: STRING is ".bak";
          -- Backup suffix for command `pretty'.
 
-   help_suffix: STRING is ".txt";
+   help_suffix: STRING is ".html";
          -- Suffix for SmallEiffel On-line Help Files.
 
    class_suffix: STRING is ".class";