QScintilla/Lexers/LexerPascal.py

changeset 167
7508e44f4853
parent 130
fcce4cc20d95
child 791
9ec2ac20e54e
--- a/QScintilla/Lexers/LexerPascal.py	Thu Apr 01 09:38:39 2010 +0000
+++ b/QScintilla/Lexers/LexerPascal.py	Fri Apr 02 13:57:06 2010 +0000
@@ -79,5 +79,6 @@
         Public method to get the default keywords.
         
         @param kwSet number of the keyword set (integer) 
+        @return string giving the keywords (string) or None
         """
         return QsciLexerPascal.keywords(self, kwSet)

eric ide

mercurial