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 a739cab6637 2/2: ; * doc/lispref/display.texi (Image Descriptors): Insert missing text. Date: Thu, 06 Jun 2024 15:01:23 +0300 Message-ID: <86le3igu0c.fsf@gnu.org> References: <171740380294.31568.538114951586755322@vcs2.savannah.gnu.org> <20240603083643.B2E29C009F4@vcs2.savannah.gnu.org> <87wmn6l10l.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40919"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim , luangruo@yahoo.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 06 14:02:31 2024 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 1sFBp9-000ATW-1t for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jun 2024 14:02:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sFBoB-00039T-HT; Thu, 06 Jun 2024 08:01:31 -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 1sFBo8-00039G-F3 for emacs-devel@gnu.org; Thu, 06 Jun 2024 08:01: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 1sFBo8-0003RP-54; Thu, 06 Jun 2024 08:01:28 -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=W8MxWqZpwGZk1oZCMxvNP+lSms7maL8BM0CBR9q+pM0=; b=rru2gNeJFvRL 4ByjlZPmrPU37X8sz0raqK2GxqP9q+W3DsD6zHCkXF8BaAJvv0IE1UT307GpeKZeO6xdcdkecspmg 5Uhzx1cxEwFMnFWkT1MzOmSboQcxpCsR0En1xRPB3Vhkat03omg71K7TTdYoWl9RJeNy2VtLiC4Dq W6gzfRJO3fs38HkjKLnmLjMf6X7xt0E/b2tElrNtsJWTorixzMuoJKOEgcaBoHDURI+mtHooCXNgp PlbCkMdqA2k98cW16bEnpd5iR2JYzCDJVq/RTOKIeR2tyPrbWd0yY8vCHQV/+6s3fLODcl+Q3xF8g pLcnLjNQdyNjGsgWnHypAQ==; In-Reply-To: <87wmn6l10l.fsf@gmail.com> (message from Robert Pluim on Mon, 03 Jun 2024 13:27:22 +0200) 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:319847 Archived-At: > From: Robert Pluim > Cc: Po Lu > Date: Mon, 03 Jun 2024 13:27:22 +0200 > > >>>>> On Mon, 3 Jun 2024 04:36:43 -0400 (EDT), Po Lu via Mailing list for Emacs changes said: > > Po Lu> branch: master > Po Lu> commit a739cab66378a367cef8fa3a59f7ccb70a56bbb4 > Po Lu> Author: Po Lu > Po Lu> Commit: Po Lu > > > The text now reads > > @vindex image-scaling-factor > Alternatively, the symbol @code{default} may be specified, indicating > that the image should be scaled according as the value of the > @code{image-scaling-factor} variable is the default @code{auto} or a > number, which by default scales the image in proportion to the average > widths (@pxref{Low-Level Font}) of the default faces of frames on which > it happens to be displayed, if such widths should exceed @code{10} > pixels. If no other value is provided, @code{create-image} will specify > this value in image specifications it creates. > > which apart from saying 'according as' rather than 'according to' is > completely incomprehensible to me. Agreed. Po Lu, can you please fix that text?