From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Small but confusing doc error in easy-menu-define Date: Thu, 12 Apr 2007 21:46:18 +0200 Message-ID: References: <461D5C8A.3010704@gmail.com> <461E898B.5010005@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176407189 8062 80.91.229.12 (12 Apr 2007 19:46:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 19:46:29 +0000 (UTC) Cc: Stefan Monnier , Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 12 21:46:27 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hc5FS-000792-7A for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 21:46:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hc5Jd-0005WO-Rw for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 15:50:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hc5Ja-0005WJ-6v for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:50:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hc5JY-0005W5-Sh for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:50:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hc5JY-0005W2-Mr for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:50:40 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hc5FL-00035y-Kq for emacs-devel@gnu.org; Thu, 12 Apr 2007 15:46:20 -0400 Original-Received: by py-out-1112.google.com with SMTP id u77so782362pyb for ; Thu, 12 Apr 2007 12:46:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dQ0Hsxsm4PVGi1qu4LeDTF0EQSlNPvmbvrfEIaLvnt21Wfvo0jIFFHOSNzEFWISkXGCLBgiFTGX2JkjzHZTSbwf5WHMAjdmd9EnXf+zlp+Nl1Vb77sAhW5+FmRXSR6dtzT+UbRh8u2KES1nm8C3g8umMqJJ7VdqdCLSYgi+vtjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N3uvh2oZew2r7RA5SwA5Lo4Dv+uDxwipLwFXxoc5pW2oRjCaEiego2+yCiBf6J42iix/y84bHnu/Qt4t1jdXs7ZMnd0ru6itx2EdEnbNpyXOOptJchlSnnDEr1tctX3/dJ2Q21Oth8CeAfYbRUI2Z2aETM6HWTkJlXjhFV/5YW0= Original-Received: by 10.114.170.1 with SMTP id s1mr843355wae.1176407178259; Thu, 12 Apr 2007 12:46:18 -0700 (PDT) Original-Received: by 10.114.234.15 with HTTP; Thu, 12 Apr 2007 12:46:18 -0700 (PDT) In-Reply-To: <461E898B.5010005@gmail.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69346 Archived-At: On 4/12/07, Lennart Borgman (gmail) > To me it would be easier to understand if it said > > "SYMBOL may be nil or a symbol name. If it is a symbol name ..." Do you mean that SYMBOL cannot be a symbol? Juanma