bbatsov / emacs-lisp-style-guide

A community-driven Emacs Lisp style guide
1.08k stars 53 forks source link

Add a Docstrings section. #22

Closed mwfogleman closed 10 years ago

mwfogleman commented 10 years ago

Here's an initial stab at a Docstrings section. You will probably want to re-arrange and re-format it as you like.

Malabarba commented 10 years ago

I think it'd be nice to add a blank line between items, to maintain consistency throughout the file.

bbatsov commented 10 years ago

:+1: A good start. We should extend this with examples down the road.