branch : pmacs2
This commit is contained in:
moculus 2009-03-15 01:35:43 +00:00
parent 08741a9da5
commit ad8eac608f
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class PerldocWord(Perldoc):
elif ':' in word and '::' not in word: elif ':' in word and '::' not in word:
w.application.set_error('invalid word: %r' % word) w.application.set_error('invalid word: %r' % word)
return return
return PerlViewPerldoc._execute(self, w, name=word) return Perldoc._execute(self, w, name=word)
class PerlInitFunctions(Method): class PerlInitFunctions(Method):
'''Jump to a function defined in this module''' '''Jump to a function defined in this module'''