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: master c3ab8f1: Improve buffer-match-p documentation Date: Sun, 17 Apr 2022 14:31:18 +0300 Message-ID: <831qxwymih.fsf@gnu.org> References: <83fsmd1lje.fsf@gnu.org> <87sfqdicbt.fsf@posteo.net> <837d7p1eer.fsf@gnu.org> <87bkx0ipxc.fsf@posteo.net> <835yn8yzwd.fsf@gnu.org> <87ee1wf5fx.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28028"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 17 13:33:30 2022 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 1ng39l-00078y-Ns for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Apr 2022 13:33:29 +0200 Original-Received: from localhost ([::1]:48576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ng39k-0004Fu-A3 for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Apr 2022 07:33:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ng37z-0002tw-Ri for emacs-devel@gnu.org; Sun, 17 Apr 2022 07:31:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48304) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ng37x-0005N3-RR; Sun, 17 Apr 2022 07:31:38 -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=CeL/nfia5yEMNycxPx+D/FJiYc/hpdbw8SNztSge3hQ=; b=MH5Fn2wubrNJ FfKODrq2Z2/92y7uEqTCw+Nk4Ca2vcgTWUr72ovYu4U5pkZe1SAVOeDW1E3oowZ1GiHXi7dT4eoH3 1+OodTDtcTPsmyZ3LbUr7xCaCENiXLIL1DOyrNn9ZXsS7J4GV9C6HUja91exBP2SfUC+sG2gNW96R VrUX+kGMRskZ02BatwuwCWZp9yCutO6CTUq1N9W2iLlhZiMf5CHhkc5JuRW01/o/3HsI7xF+j4ZkA EA2OOX7N5JwMeu4/xZcKMG6vVgJnDUIWxpT6ilhJV+d3bNWklszYGHpzCLx9s12eqloz8zOOngSbi pYP5oGGiBljDQq5Abz8gpQ==; Original-Received: from [87.69.77.57] (port=1220 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 1ng37r-00007J-QL; Sun, 17 Apr 2022 07:31:36 -0400 In-Reply-To: <87ee1wf5fx.fsf@posteo.net> (message from Philip Kaludercic on Sun, 17 Apr 2022 09:02:42 +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" Xref: news.gmane.io gmane.emacs.devel:288549 Archived-At: > From: Philip Kaludercic > Cc: emacs-devel@gnu.org > Date: Sun, 17 Apr 2022 09:02:42 +0000 > > Eli Zaretskii writes: > > >> +@item > >> +A cons-cell @code{(TYPE . DATA)} where @code{TYPE} is one of > > > > Instead of UPPER-CASE that we use in Lisp doc strings, in Texinfo we > > use @var{lower-case}. > > Actually on this point I have one more question, is > > @code{(@var{oper} . @var{expr})} > > or > > (@var{oper} . @var{expr}) > > to be preferred? The former, because we still want the parentheses and the period be typeset in the typeface suitable for code symbols.