Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defun some-func (par1 par2 par3)
- "This docstring should ostensibly document
- the high level idea behind some-func, but it doesn't.
- rather it asks: should continuing lines of docstrings
- be indented to the same level as the first?"
- nil) ; because everything is nil in nil
- (defun some-func (par1 par2 par3)
- "This docstring should ostensibly document
- the high level idea behind some-func, but it doesn't.
- rather it asks: should continuing lines of docstrings
- be indented to the same level as the first?"
- nil) ; because everything is nil in nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement