From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Outdated comment in lisp.h Date: Fri, 28 Oct 2011 09:49:23 -0400 Message-ID: References: <83r51x9y7e.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319809785 4472 80.91.229.12 (28 Oct 2011 13:49:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 13:49:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 15:49:41 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 1RJmoW-00018e-E8 for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 15:49:40 +0200 Original-Received: from localhost ([::1]:39931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJmoP-0005JM-Se for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 09:49:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJmoM-0005Ik-UQ for emacs-devel@gnu.org; Fri, 28 Oct 2011 09:49:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJmoM-0000pv-4e for emacs-devel@gnu.org; Fri, 28 Oct 2011 09:49:30 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:24223 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJmoH-0000nv-C6; Fri, 28 Oct 2011 09:49:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EALCxqk5MCrTo/2dsb2JhbABCqV2BBoFyAQEEAVYjBQsLLQcSFBgNJIgVtDOFZ4McBKFDhEU X-IronPort-AV: E=Sophos;i="4.69,418,1315195200"; d="scan'208";a="144921219" Original-Received: from 76-10-180-232.dsl.teksavvy.com (HELO pastel.home) ([76.10.180.232]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 28 Oct 2011 09:49:24 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id F0C2A58E17; Fri, 28 Oct 2011 09:49:23 -0400 (EDT) In-Reply-To: <83r51x9y7e.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 28 Oct 2011 13:01:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:145710 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. Indeed, thanks, I've updated the comment along with a few others nearby. > It's not clear to me whether replacements exist; There's Fsymbol_value, Fset_default, of course. Stefan