Clarify importing Android formatting conventions into Eclipse

This CL takes pity on people like me who are converting to Eclipse for
the first time.

Note the formatting in the file appears to be screwed up by the sites ->
jd conversion.  Thus, I wasn't sure what conventions to use for
representing file names and menu hierarchies.

Change-Id: I3c9612cd747c3c3271ddebb2b4ef08427f8d171e
diff --git a/pdk/docs/source/using-eclipse.jd b/pdk/docs/source/using-eclipse.jd
index aa06d16..56df713 100644
--- a/pdk/docs/source/using-eclipse.jd
+++ b/pdk/docs/source/using-eclipse.jd
@@ -149,7 +149,11 @@
 </ol>
 <h2><a>Eclipse formatting</a>
 </h2>
-<p>You can use a preference file in Eclipse to automatically set the formatter to the Android style guide.Import the files android-formatting.xml and android.importorder, which live underdevelopment/ide/eclipse.
+<p>You can import files in development/ide/eclipse to make Eclipse
+follow the Android style rules.  Select
+"Window &rsaquo; Preferences &rsaquo; Java &rsaquo; Code Style".
+Use "Formatter &rsaquo; Import" to import android-formatting.xml
+and "Organize Imports &rsaquo; Import" to import android.importorder.
 </p>
 <h2><a>Debugging the emulator with Eclipse</a>
 </h2>