From da2b8a0bcfcca124d6d8c1a6fb717860bf2bd392 Mon Sep 17 00:00:00 2001 From: moculus Date: Sat, 11 Aug 2007 15:59:44 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index b4a39d2..c54e7fa 100644 --- a/README +++ b/README @@ -7,13 +7,14 @@ maximally correct and powerful support for syntax highlighting, to support various methods of automatically indenting lines, and to be extensible in python. -Pmacs is available to you under the GPL version 2. +Pmacs is available to you under the GNU GPL version 2. While the general interface of pmacs is related to emacs, there was explicitly no attempt to support all emacs' functions, emacs' underlying data structures, -or even high-level. There is not currently a formalized "public API" for pmacs, -although some parts are "more public" than others. The code is somewhat -commented, although currently there is only one author. Buyer beware! +or even all high-level functionality. There is not currently a formalized +"public API" for pmacs, although some parts are "more public" than others. The +code is somewhat commented, although currently there is only one author. Buyer +beware! Requirements: 1. python 2.3 or higher @@ -87,7 +88,7 @@ Quick Start Guide: 6. Other documentation: a. MODES: this file describes in more detail how modes function, and - how to write your own. + how to write your own. b. comments in the source code