From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: About variable-documentation Date: Fri, 3 May 2013 06:46:50 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1367534825 29233 80.91.229.3 (2 May 2013 22:47:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 May 2013 22:47:05 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 03 00:47:05 2013 Return-path: Envelope-to: geh-help-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 1UY2HI-0004OS-H2 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 May 2013 00:47:04 +0200 Original-Received: from localhost ([::1]:45168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY2HI-0006RW-4j for geh-help-gnu-emacs@m.gmane.org; Thu, 02 May 2013 18:47:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY2H7-0006RO-7L for help-gnu-emacs@gnu.org; Thu, 02 May 2013 18:46:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UY2H6-0004Jq-5t for help-gnu-emacs@gnu.org; Thu, 02 May 2013 18:46:53 -0400 Original-Received: from mail-ia0-x231.google.com ([2607:f8b0:4001:c02::231]:51209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY2H6-0004Jd-1R for help-gnu-emacs@gnu.org; Thu, 02 May 2013 18:46:52 -0400 Original-Received: by mail-ia0-f177.google.com with SMTP id m10so864530iam.8 for ; Thu, 02 May 2013 15:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=W+vgYi1XNmapK+Yzrr5nKO7244MWUN+7+GB4ErggjNk=; b=IF5hgcv/ips8sNT39JDarmqcUiMvgyH/q5yUPcZuSbyzmKWqAxv0zevwuMuj7bzV4v wqBEQ6CmtnNLxe8MP2c177VgENzmM+tfYXZh8FKj1RcyfUfR372RFRTWbFlTvwQtDdWE FxSjF6LM2JJV419kT5VVthTbbxnvrzcJtNER7tAkFVvduhEO19MMpW4h6b8cMir+PZ0D ZymqrsMKvTgAiUCsfMnTJ+E3l8S74RJCoEe2iW8XnT7bjVVSDhatHHPD/5cm+BZ2zqZl UKeLsZ8rjLXTmJUWvXdeartYRdwWcr5DWf8RNzyaaQuJZKvuuRMn3rCxA7XaI7HwgBKQ o9tA== X-Received: by 10.42.192.12 with SMTP id do12mr3810257icb.53.1367534811078; Thu, 02 May 2013 15:46:51 -0700 (PDT) Original-Received: by 10.43.18.10 with HTTP; Thu, 2 May 2013 15:46:50 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c02::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90457 Archived-At: On my machine: ELISP> (symbol-plist 'command-line-processed) (variable-documentation 1868652) I'm trying to find what this number means. I have searched `variable-documentation' and `symbol-plist' in manuals and archives, and I have seen my `DOC-24.3.50.1' file, but I still don't understand. Can anyone point me in the right direction? -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/