From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Kyle Meyer Newsgroups: gmane.emacs.devel Subject: emacs-26 07ea5ef99a: Fix reference style in org.texi Date: Sun, 01 Oct 2017 20:45:37 -0400 Message-ID: <873772qswe.fsf@kyleam.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1506905186 9911 195.159.176.226 (2 Oct 2017 00:46:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Oct 2017 00:46:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Martin Rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 02 02:46:20 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dyosF-0001lw-QA for ged-emacs-devel@m.gmane.org; Mon, 02 Oct 2017 02:46:20 +0200 Original-Received: from localhost ([::1]:50202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyosK-0003xl-Mn for ged-emacs-devel@m.gmane.org; Sun, 01 Oct 2017 20:46:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyorh-0003xS-Cf for emacs-devel@gnu.org; Sun, 01 Oct 2017 20:45:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dyore-0007Fm-5h for emacs-devel@gnu.org; Sun, 01 Oct 2017 20:45:45 -0400 Original-Received: from pb-smtp1.pobox.com ([64.147.108.70]:59768 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dyord-0007CJ-VG for emacs-devel@gnu.org; Sun, 01 Oct 2017 20:45:42 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id DC04AB64CC; Sun, 1 Oct 2017 20:45:40 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-type; s=sasl; bh=D 1Q4KriY71gcPjjpi9h7R2Le3C0=; b=FKHN0s9rBczO/0IhUy/QI72dAgQBuuWmH QOj97ev3IRB1FyGPE8StdnhiowQlbGH3Jkr+SB+yc6ttA0M0Lle03kVnJtkzcAU7 uLoO+2qSZ2GPp6xwKmkyVD+HYVfbZPq1NhOjvjnQe2r8RcKtXnnQp/xsdmhQEmGA m6gUwrtnh4= Original-Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id D4362B64CB; Sun, 1 Oct 2017 20:45:40 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:date:message-id:mime-version:content-type; s=mesmtp; bh=R8H5mdzZM5kqSG32ZA2UKyng4VV9fp4PLrcHk4KO3dE=; b=bi+qfVEponOYS5BLEulRnO75ZVdCdfzWo1RzjzACLf6RW7WSn6fTvPc4zHIGmK54tqOk3h9wmLFOjRdQstJpq9u4OUG4WNDo0TzjJ3Bo09xWy6ePSOYhTgUJtpJ+SSQrh7hiu2tHgKJT3n6mnoyQLj30y8Ma1qMwEVy7616mGnA= Original-Received: from localhost (unknown [24.60.167.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 5A6A6B64CA; Sun, 1 Oct 2017 20:45:40 -0400 (EDT) X-Pobox-Relay-ID: 0388801C-A70B-11E7-A1EF-8EF31968708C-24757444!pb-smtp1.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.70 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:218996 Archived-At: > * doc/misc/org.texi (A Texinfo example): Fix reference style. [...] > -Here is a more detailed example Org file. @xref{GNU Sample > +Here is a more detailed example Org file. See @ref{GNU Sample > Texts,,,texinfo,GNU Texinfo Manual} for an equivalent example using Texinfo > code. I'm reviewing this commit for backport to the Org repo, and I don't understand what it's fixing. Both variants seem to produce the equivalent output. Could you please explain to me what the difference is? Thanks. -- Kyle