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: raise-sexp doc spelling Date: Wed, 12 Jul 2023 15:19:53 +0300 Message-ID: <834jm97252.fsf@gnu.org> References: <87fs5t6gar.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6627"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Maxim Kim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 12 14:20:46 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 1qJYpp-0001Ts-HA for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jul 2023 14:20:45 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qJYon-0002Hw-9W; Wed, 12 Jul 2023 08:19:41 -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 1qJYol-0002Ho-VJ for emacs-devel@gnu.org; Wed, 12 Jul 2023 08:19:39 -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 1qJYol-00021o-Mt; Wed, 12 Jul 2023 08:19:39 -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=KMc22xXgixYe/ct6XQsbtpKVNSmeXks9AGbITaHWW7c=; b=fA27vEthfYDT TyV4WLB2pysPV/ZfeRciko5JF9ALjvOWZLR6kbZKWQWxpUBKsjE54WRgflF/lHhoCgzjcJlvXSiQk R4Z0zUq42jCzSNSUZmEJ7zXI8h/t9vzsAvI+qzvj/ble5phMELT+w/9zFYBW6VE/vAdymfUk7IPnG UDUH2c+dcGfGq5NO4YcscSczGG+y5y23iPVJ0qBfgxk+hySda9S45uZoye7Dws5G66Q24hd3jLENq 35cp9xik/WDvUh2mYTfeskzqnqdZrjE7Hix5pqe98iDcnC36mrwr0pGwHvFPZmiv3fsTczGdF4Ao0 lIxHkTU1xFPTA4VatT94YA==; 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 1qJYol-00015T-6h; Wed, 12 Jul 2023 08:19:39 -0400 In-Reply-To: <87fs5t6gar.fsf@gmail.com> (message from Maxim Kim on Wed, 12 Jul 2023 11:59:24 +1000) 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:307786 Archived-At: > From: Maxim Kim > Date: Wed, 12 Jul 2023 11:59:24 +1000 > > > It looks like documentation for raise-sexp has a spelling error: > > This function removes the sexp enclosing the form which follows > point, and then re-inserts N sexps that originally followe point, > thus raising those N sexps one level up. > > "originally followe" Thanks, fixed on the emacs-29 branch.