From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: How to install documentation in sub-directory with Package VC? Date: Sun, 02 Apr 2023 08:24:43 +0300 Message-ID: <838rfayhyc.fsf@gnu.org> References: <87bkkvconh.fsf@posteo.net> <87o7oujqqp.fsf@posteo.net> <98f76116-4f5a-c225-3123-78c612ec64cb@protonmail.com> <875yb1gk55.fsf@posteo.net> <87cz4te31m.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3641"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, emacs-devel@gnu.org To: Okamsn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 02 07:25:22 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1piqDP-0000jz-Lp for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Apr 2023 07:25:19 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piqCa-0002C2-TA; Sun, 02 Apr 2023 01:24:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piqCZ-0002Bp-Pj for emacs-devel@gnu.org; Sun, 02 Apr 2023 01:24:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piqCX-00012L-R5; Sun, 02 Apr 2023 01:24:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=FehbLzuz2AXCnRBSCmKCK7yLHMkKQncMy8uyuXakYOM=; b=db4DZK3DHwBU QrQhTeDe72klIrAliOmycg/sjTlJcXZMpeMi76m4MhNWjhYsGvwhVLcFdGn+KtiyOKVZYMnKngcVN JFPOk6Eg+qu6xIao3/e/586Q6ihmQL49qwoiBx0dgqsEApV6fdoU9Q5F2z1FKtzl3dojxqil7oYWj en32Vi9BolOzfGI5gA4piAqCbJw22p1iFVAuPLm2vrHVxdW+zEDddk5/33xithLXwty7vzOUNugMR kYYX3BeEvHi0hH9TJLRBPpp93/HgeomR+jc9Hn43iGdExAcgfxRfPRVsETP0GvOaPg1xa2BHXV5Pe P8wsYlAQyih68zk4yeUlWg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piqCX-00022Z-4J; Sun, 02 Apr 2023 01:24:25 -0400 In-Reply-To: (message from Okamsn on Sun, 02 Apr 2023 00:41:43 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305031 Archived-At: > Date: Sun, 02 Apr 2023 00:41:43 +0000 > From: Okamsn > Cc: emacs-devel@gnu.org > > +For definitions of basic terms for working with code repositories and > +version control systems, see @xref{VCS Concepts,,,emacs, The GNU Emacs ^^^^^ This should be @ref. @xref is only valid at the beginning of a sentence, since it produces a capitalized "See". > +@table @code > +@item :url > +A string containing the URL that specifies the repository from which ^^^^^^^^^^^^^^^^^^^ Here and elsewhere, please say "A string providing", not "A string containing". "Containing" can be misinterpreted to mean there's something else in the string in addition URL etc. Thanks.