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 :link Date: Sun, 30 Dec 2012 22:49:59 +0800 Organization: The Church of Emacs Message-ID: <20121230224959.a85941dffa292851efc1f313@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1356879014 8103 80.91.229.3 (30 Dec 2012 14:50:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Dec 2012 14:50:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 30 15:50:31 2012 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 1TpKDd-0000oa-R9 for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Dec 2012 15:50:29 +0100 Original-Received: from localhost ([::1]:42959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpKDO-0002IC-VP for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Dec 2012 09:50:14 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpKDI-0002Gx-FI for help-gnu-emacs@gnu.org; Sun, 30 Dec 2012 09:50:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpKDH-0000Hn-CV for help-gnu-emacs@gnu.org; Sun, 30 Dec 2012 09:50:08 -0500 Original-Received: from mail-pb0-f43.google.com ([209.85.160.43]:36649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpKDH-0000Eh-24 for help-gnu-emacs@gnu.org; Sun, 30 Dec 2012 09:50:07 -0500 Original-Received: by mail-pb0-f43.google.com with SMTP id um15so6673046pbc.16 for ; Sun, 30 Dec 2012 06:50:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=l33koaZqTe3wyux36ouXY5sxJ6qN78YTDINXfjna/ZA=; b=WDk8nyTXNUmbPFXkQepq62/ty+ZYhp393MztHZ0TzcVQNOv7gv/+AZDbt59oQ7R1Lm 4J3rimoulpveD5QjHzxW+OfFKezatYVBG/V8mKXabHntauVpZ9x8tmtZYEv4t0xCYMdq uK8z6JfJ12U0LY1SsXN5ookeT8hgEyZmnv3bEhyapfTNWpSolOgqnfFaposAzFwqwNXE WT+E4UwO4S2qdpH0f+R7h1NRhPhJPJJxD0Ttnw/L6QUEtVLdlNg1fn5rfA1Zk5RTQB0v eiHNKTvZR9HzMTFyhfD8piwZo05CIbo+JwJiIucWDUmXXFtp+1XpSr2GjpQCe11k4770 NLvg== X-Received: by 10.66.52.79 with SMTP id r15mr114483049pao.46.1356879006026; Sun, 30 Dec 2012 06:50:06 -0800 (PST) Original-Received: from Emacs ([123.114.137.201]) by mx.google.com with ESMTPS id l5sm23994257paz.14.2012.12.30.06.50.03 (version=SSLv3 cipher=OTHER); Sun, 30 Dec 2012 06:50:05 -0800 (PST) X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.43 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:88349 Archived-At: In (info "(elisp) Common Keywords"), the documentation of keyword :link says: `:link LINK-DATA' Include an external link after the documentation string for this item. This is a sentence containing an active field which references some other documentation. What does the `active field' mean? I've gone through the manual, but I don't find what it means. -- Best regards.