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: Wed, 09 Oct 2013 13:19:09 -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 1381339209 350 80.91.229.3 (9 Oct 2013 17:20:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2013 17:20:09 +0000 (UTC) Cc: 15558@debbugs.gnu.org To: Bill Freeman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 09 19:20: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 1VTxQg-0004x1-W3 for geb-bug-gnu-emacs@m.gmane.org; Wed, 09 Oct 2013 19:20:11 +0200 Original-Received: from localhost ([::1]:42996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTxQg-0003Qq-4N for geb-bug-gnu-emacs@m.gmane.org; Wed, 09 Oct 2013 13:20:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTxQa-0003NB-Ht for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2013 13:20:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTxQZ-0000km-AS for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2013 13:20:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTxQZ-0000kM-7F for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2013 13:20:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VTxQY-0001B7-L7 for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2013 13:20:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 09 Oct 2013 17:20: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.13813391614464 (code B ref 15558); Wed, 09 Oct 2013 17:20:02 +0000 Original-Received: (at 15558) by debbugs.gnu.org; 9 Oct 2013 17:19:21 +0000 Original-Received: from localhost ([127.0.0.1]:38173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VTxPo-00019p-Uk for submit@debbugs.gnu.org; Wed, 09 Oct 2013 13:19:20 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:55935) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VTxPj-00019c-EB for 15558@debbugs.gnu.org; Wed, 09 Oct 2013 13:19:15 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VTxPh-0006an-QK; Wed, 09 Oct 2013 13:19:09 -0400 X-Spook: Yukon JFK virus Ermes kilderkin Leitrim top secret X-Ran: /skns[JA!ITNaGA<%x,se72U`ce6gwVXDL:Po1?6d5-r'|}9(q'B*x9H*H(+'l\Hj'\hy/ X-Hue: blue X-Attribution: GM In-Reply-To: (Bill Freeman's message of "Tue, 8 Oct 2013 13:32:47 -0400") 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:79100 Archived-At: (Please keep the debbugs address included in any replies.) Bill Freeman wrote: > But might I suggest that the line: > > If every condition evaluates to nil, so that every clause fails, > condreturns > nil. > be placed after the line: > > Then, if condition is non-nil when tested, the value of > conditionbecomes the value of the > cond form. OK, done in the Emacs sources. The online version will be regenerated at time of next Emacs release.