From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Outdated comment in lisp.h Date: Fri, 28 Oct 2011 13:01:41 +0200 Message-ID: <83r51x9y7e.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1319799708 28043 80.91.229.12 (28 Oct 2011 11:01:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 11:01:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 13:01:45 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJkBw-0007dd-BA for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 13:01:40 +0200 Original-Received: from localhost ([::1]:50863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJkBv-0004Rp-Tq for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 07:01:39 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJkBt-0004RW-Fl for emacs-devel@gnu.org; Fri, 28 Oct 2011 07:01:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJkBs-0001HO-2z for emacs-devel@gnu.org; Fri, 28 Oct 2011 07:01:37 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:59407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJkBr-0001Go-So for emacs-devel@gnu.org; Fri, 28 Oct 2011 07:01:36 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LTR00H00VTTVW00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 28 Oct 2011 13:01:32 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.212.197]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LTR00HQ5VYJVQ10@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 28 Oct 2011 13:01:32 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145706 Archived-At: This comment: /* Value of the symbol or Qunbound if unbound. If this symbol is a defvaralias, `alias' contains the symbol for which it is an alias. Use the SYMBOL_VALUE and SET_SYMBOL_VALUE macros to get and set a symbol's value, to take defvaralias into account. */ is false in its last sentence, since the macros it refers to no longer exist. It's not clear to me whether replacements exist; someone who is "in the know" please fix the comment as appropriate.