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: emacs-28 8370caa835: ; * lisp/electric.el (electric-indent-mode): Clarify doc (bug#22564). Date: Sun, 15 May 2022 09:22:20 +0300 Message-ID: <83v8u7jowz.fsf@gnu.org> References: <165253976940.12698.9877205742602436208@vcs2.savannah.gnu.org> <20220514144929.A603BC01683@vcs2.savannah.gnu.org> <87fslbl4lo.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28699"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Visuwesh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 15 08:25:33 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 1nq7h6-0007Ix-GQ for ged-emacs-devel@m.gmane-mx.org; Sun, 15 May 2022 08:25:32 +0200 Original-Received: from localhost ([::1]:33844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nq7h5-0003n7-HV for ged-emacs-devel@m.gmane-mx.org; Sun, 15 May 2022 02:25:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nq7eE-0002IB-Uf for emacs-devel@gnu.org; Sun, 15 May 2022 02:22:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43424) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nq7eE-0004MK-LF; Sun, 15 May 2022 02:22:34 -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=ngsDrPZjqJtapVqZv3EV5Lg4i45t0wchdLjWCPIzZAk=; b=Dw3wXi8LtgWK nRwoYODcOGqNETAJpNJDRzFn46h97Q9b3sEI2g2QCrY0yMoyLLJbLy5fT0lX5A6Geyzt+P2Xb/LiG 11lDlm/21S8BUlGFN7O9EZmm595koWTQzB+eKP5kxKNBaSWGogKeKfguXPYQQ9XWUisDiyygPIzYr 0FgWE9136Qh1sb46BdvgZ4TXY8/BN9Phm9rxxbHEKOdszZiRXPIaDTU9aodp4i2lg34t7ofkH/dX2 J55Pf2ujlV7fmkSrCfOm4p2/IMFCOu5tqqJJBnuEIvPQi2wqYF0o5wfxhxZ2ZQoY7yw+46XS27cTq N+U4iNMyCelSRgA9WzofSA==; Original-Received: from [87.69.77.57] (port=2167 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 1nq7eD-00078u-Oo; Sun, 15 May 2022 02:22:34 -0400 In-Reply-To: <87fslbl4lo.fsf@gmail.com> (message from Visuwesh on Sun, 15 May 2022 11:28:11 +0530) 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:289790 Archived-At: > From: Visuwesh > Cc: Eli Zaretskii > Date: Sun, 15 May 2022 11:28:11 +0530 > > > +By \"reindent\" we mean remove any existing indentation, and then > > +indent the line accordiung to context and rules of the major mode. > ^^^^^^^^^^ > Typo here, should be according Oops, thanks. Fixed.