From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15558: [gnu.org #859332] Error in elisp on line documentation Date: Tue, 08 Oct 2013 12:17:56 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1381249089 10804 80.91.229.3 (8 Oct 2013 16:18:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2013 16:18:09 +0000 (UTC) Cc: ke1g.nh@gmail.com, webmasters-comment@gnu.org To: 15558@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 08 18:18:13 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VTZz9-00063h-SZ for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Oct 2013 18:18:12 +0200 Original-Received: from localhost ([::1]:37807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTZz9-0007zl-3Z for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Oct 2013 12:18:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTZz5-0007yW-Gt for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 12:18:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTZz0-0001y4-Tv for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 12:18:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTZz0-0001xz-QY for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 12:18:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VTZz0-0000ur-Ae for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 12:18:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Oct 2013 16:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15558 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15558-submit@debbugs.gnu.org id=B15558.13812490813514 (code B ref 15558); Tue, 08 Oct 2013 16:18:02 +0000 Original-Received: (at 15558) by debbugs.gnu.org; 8 Oct 2013 16:18:01 +0000 Original-Received: from localhost ([127.0.0.1]:35188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VTZyy-0000uc-NE for submit@debbugs.gnu.org; Tue, 08 Oct 2013 12:18:01 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:32877) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VTZyw-0000uU-QM for 15558@debbugs.gnu.org; Tue, 08 Oct 2013 12:17:59 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VTZyv-0000NS-2j; Tue, 08 Oct 2013 12:17:57 -0400 X-Spook: AVIP AGT. AMME satellite imagery Albright cracking Israel X-Ran: B_Kby0{rC?URO@DBnG`RW,T'9mVg8b$D(-tCB~MnLU})Esp<#_)DRAIfmwY%mH1V-,9_rk X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79039 Archived-At: "Robert Musial via RT" wrote: >> Yet it is perfectly legal for a clause to have no body-forms, only a >> condition. [...] >> The current text actually leaves the value undefined for this case. It is >> a useful case, and should be correctly documented. It is documented (if a little clunkily): A clause may also look like this: (condition) Then, if condition is non-nil when tested, the value of condition becomes the value of the cond form. PS: Please report Emacs documentation issues via M-x report-emacs-bug (or mail to bug-gnu-emacs@gnu.org) rather than emailing GNU webmasters.