diff options
| author | djcb <djcb@djcbsoftware.nl> | 2012-07-24 03:29:34 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2012-07-24 03:29:34 +0300 |
| commit | 535b1107c4389348476271babc4b0d196079500d (patch) | |
| tree | 5cc25ce6d83865978de633325d2f928fbf368e72 | |
| parent | f00673e46819d3be958621e6c74a194fcac74bc9 (diff) | |
* minor
| -rw-r--r-- | HACKING | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: + + + + |
