Improved Javadoc
diff --git a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java
index 91768c1..b8bd60d 100644
--- a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java
+++ b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -237,8 +237,8 @@
 	}
 
 	/**
-	 * @param pageId the page id
-	 * @return Returns all search pages contributed to the workbench.
+	 * @param pageId the page id or <code>null</code>
+	 * @return all descriptors of the enabled search pages, plus the descriptor for the given page id
 	 */
 	public List getEnabledSearchPageDescriptors(String pageId) {
 		Iterator iter= getSearchPageDescriptors().iterator();