stupid typo

svn: r16917
This commit is contained in:
Eli Barzilay 2009-11-20 08:35:43 +00:00
parent d2e5807811
commit 3ccb9082dc

View File

@ -343,7 +343,7 @@ function UrlToManual(url) {
// "L:schem" (only module names that match `schem')
function CompileTerm(term) {
var op = ((term.search(/^[LMT]:/) == 0) && term.substring(0,1));
var op = ((term.search(/^[NLMT]:/) == 0) && term.substring(0,1));
if (op) term = term.substring(2);
term = term.toLowerCase();
switch(op) {