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: jidanni
Subject: bug#9259: extra line in "unless" docstring?
Date: Mon, 08 Aug 2011 11:13:06 +0800

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.






reply via email to

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