From bd677e9d340f49c1b99d9dd8c0dccb52e84a8ff3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 8 Jan 2008 00:29:21 +0000 Subject: Link fixing. --- doc/ScintillaRelated.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index e7b5093cf..b87425a0c 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -388,7 +388,7 @@ wxStyledTextCtrl used as its editor.

- PythonWin, a Win32 IDE for Python, uses + PythonWin, a Win32 IDE for Python, uses Scintilla for both its editing and interactive windows.

@@ -440,7 +440,7 @@ Documents

- The Craft of Text Editing + The Craft of Text Editing describes how EMACS works, Craig A. Finseth

@@ -477,7 +477,7 @@ the Windows Richedit control which PythonWin used.

- regex is a public domain + regex is a public domain implementation of regular expression pattern matching used in Scintilla.