bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9259: extra line in "unless" docstring?


From: Chong Yidong
Subject: bug#9259: extra line in "unless" docstring?
Date: Sat, 20 Aug 2011 17:48:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

jidanni@jidanni.org writes:

> unless is a Lisp macro in `subr.el'.
>
> (unless COND BODY...)
>
> If COND yields nil, do BODY, else return nil. <--------what is this
> line doing here?
> When COND yields nil, eval BODY forms sequentially and return
> value of last one, or nil if there are none.

It's the one-line summary of the function.  Every docstring has one.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]