Mercurial > emacs
view test/cedet/tests/scopetest.java @ 107521:54f3a4d055ee
Document font-use-system-font.
* cmdargs.texi (Font X): Move most content to Fonts.
* frames.texi (Fonts): New node. Document font-use-system-font.
* emacs.texi (Top):
* xresources.texi (Table of Resources):
* mule.texi (Defining Fontsets, Charsets): Update xrefs.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Sat, 20 Mar 2010 13:24:06 -0400 |
| parents | e480034314ce |
| children |
line wrap: on
line source
class Foo { public void a1() {} class Bar { public int a2() {} public void b() { a // -1- } class Baz { public int a3() {} public Baz(int a4) { a // -2- } } } }
