From 535b1107c4389348476271babc4b0d196079500d Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 24 Jul 2012 03:29:34 +0300 Subject: [PATCH] * minor --- HACKING | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 7537d6df..4ebdf1f2 100644 --- a/HACKING +++ b/HACKING @@ -39,7 +39,7 @@ declares a function of 'mu_foo_bar (int a);', mu-foo.c implements this. 8. non-global functions *don't* have the module prefix, and are declared - static.' + static. 9. functions have their return type on a separate line before the function name, so: @@ -113,5 +113,9 @@ # Local Variables: -# mode: org; org-startup-folded: nil +# mode: org; org-startup-folded: nofold # End: + + + +