From unknown Sat Aug 09 01:59:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#65764 <65764@debbugs.gnu.org> To: bug#65764 <65764@debbugs.gnu.org> Subject: Status: Fix typo in backward-word-strictly Reply-To: bug#65764 <65764@debbugs.gnu.org> Date: Sat, 09 Aug 2025 08:59:01 +0000 retitle 65764 Fix typo in backward-word-strictly reassign 65764 emacs submitter 65764 Joseph Turner severity 65764 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 05 15:37:18 2023 Received: (at submit) by debbugs.gnu.org; 5 Sep 2023 19:37:18 +0000 Received: from localhost ([127.0.0.1]:59389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdbrR-0004lw-Um for submit@debbugs.gnu.org; Tue, 05 Sep 2023 15:37:18 -0400 Received: from lists.gnu.org ([2001:470:142::17]:50062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdbrO-0004lT-Sw for submit@debbugs.gnu.org; Tue, 05 Sep 2023 15:37:16 -0400 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 1qdbrH-0007Mx-0q for bug-gnu-emacs@gnu.org; Tue, 05 Sep 2023 15:37:08 -0400 Received: from out-213.mta1.migadu.com ([2001:41d0:203:375::d5]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qdbrB-0004R5-1V for bug-gnu-emacs@gnu.org; Tue, 05 Sep 2023 15:37:06 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=breatheoutbreathe.in; s=key1; t=1693942609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Pk1pRtKpG034BlpsLbK+LM/liY4w1jA8irsMpgY4ShU=; b=CnMFS7JWmOucQN6et+QAIZM+d35tD3Wzx4ATru6lPy7OPzuCCViy78ucRykTsGqlymYm2+ T2wLL4kYJGMFnsse0a4mXWu/Vqekq73+qI8zFo+J28aNoEgoD7iD7sybFvLdjv/xTsHllf YBA7hC7UTPKD3j9R8JiODxVIJ6bo8RY= From: Joseph Turner To: Emacs Bugs Mailing List Subject: Fix typo in backward-word-strictly Date: Tue, 05 Sep 2023 12:35:55 -0700 Message-ID: <87edjctnsi.fsf@breatheoutbreathe.in> MIME-Version: 1.0 Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-Fix-typo.patch X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::d5; envelope-from=joseph@breatheoutbreathe.in; helo=out-213.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) >From 577be585960191bd1de077aaf451f5b08895a836 Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Tue, 5 Sep 2023 12:05:58 -0700 Subject: [PATCH] Fix typo * lisp/subr.el (backward-word-strictly): --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 34d87e83310..6cedaffa806 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -6039,7 +6039,7 @@ by `find-word-boundary-function-table'. It is also not interactive." With argument ARG, do this that many times. If ARG is omitted or nil, move point backward one word. -This function is like `forward-word', but it is not affected +This function is like `backward-word', but it is not affected by `find-word-boundary-function-table'. It is also not interactive." (let ((find-word-boundary-function-table (if (char-table-p word-move-empty-char-table) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 05 15:51:08 2023 Received: (at 65764-close) by debbugs.gnu.org; 5 Sep 2023 19:51:08 +0000 Received: from localhost ([127.0.0.1]:59422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdc4q-0005Du-6w for submit@debbugs.gnu.org; Tue, 05 Sep 2023 15:51:08 -0400 Received: from mail-lf1-x131.google.com ([2a00:1450:4864:20::131]:59859) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdc4n-0005D9-4e for 65764-close@debbugs.gnu.org; Tue, 05 Sep 2023 15:51:06 -0400 Received: by mail-lf1-x131.google.com with SMTP id 2adb3069b0e04-500b66f8b27so4884913e87.3 for <65764-close@debbugs.gnu.org>; Tue, 05 Sep 2023 12:51:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693943458; x=1694548258; darn=debbugs.gnu.org; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date:message-id:reply-to; bh=VM9xwk/LOjm2U6PzVk/MfJ3Eja+IdM7ExKkEs28FT84=; b=oHWRJ7sh03v5vpfS0C3tp3D/NQToxOTaG5E1OThlV/jhq92VmpyedaZsKZDo9t8c7/ eEflOKWwfvTQ3eO1SYnVW60grpGgI7LogMJ7JhsgCnPNROoIxquuES16LnajetT6y5IG BQBnaf+dv9gMCdA3svmVUDj3DREHyzv/SyC9YfTjQVyDouReGivoxgBxwpkYT9MwI+gP PodCfoCkrdUI0V4mwHzioNuU/dpgiBVdIKQ72l04DUMpcQ9FNb4CcqACHWePj7QGaZ0S +F2GsZMdiee2RkLsHvzgcBgcvXsI7/aTURVJuxBrXFM9ixbPHCYnzjzeXk6dPKdejP9y DJng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693943458; x=1694548258; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=VM9xwk/LOjm2U6PzVk/MfJ3Eja+IdM7ExKkEs28FT84=; b=BlcyhVklTIiclxMK6E7IAU0TDGo5IelHuTNeg6aU+fHtSCpcAMkZV3im/ikefugUgv vybtfoD3P4FQyHjLhjDFV5t5+/SiH81n5f6rjIQh/7jx0AKZ5YBiQz34t/EDNPVjaXdF 9xjQ6tKWHAaEh3KO0kENZ+fg0kkVsBXoIC9Z97VcVLoYWcRGMUQszgxEravB3wPlUI45 BowiVWZGtS+wV2kID4qXep1rj0DixljedSUb9hAxVlaUXIV0Qf2+3yRKzvjZOEkooMp0 u/zLdgdhzYZ/a2sTbjpd8zHkapX7Pqjeo1pdkB1asz+ckeMps2HlqowQrYCnE+jzsnYs FCIw== X-Gm-Message-State: AOJu0YxpeNjLq2XmVUCS19bdfdn46lW2tIZVaf87l8kSUaGHaVjtQBEH FUcWdddIA/lCHo5SjzPJRybaiJryHrynXj9Kh+OFeEp+pUo= X-Google-Smtp-Source: AGHT+IHJjDjs5USBdfuZ6jPcbV5H9bUv3vdx4k4POoGFHfnCyVSE2EZ9CFxDPwU47MRe9nUn7gaMe3IgXdwvExoL4m8= X-Received: by 2002:a05:6512:2192:b0:500:8512:c7de with SMTP id b18-20020a056512219200b005008512c7demr629925lft.28.1693943457670; Tue, 05 Sep 2023 12:50:57 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 5 Sep 2023 12:50:57 -0700 From: Stefan Kangas In-Reply-To: <87edjctnsi.fsf@breatheoutbreathe.in> References: <87edjctnsi.fsf@breatheoutbreathe.in> MIME-Version: 1.0 Date: Tue, 5 Sep 2023 12:50:57 -0700 Message-ID: Subject: Re: bug#65764: Fix typo in backward-word-strictly To: Joseph Turner , 65764-close@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 65764-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Version: 29.2 Joseph Turner via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > From 577be585960191bd1de077aaf451f5b08895a836 Mon Sep 17 00:00:00 2001 > From: Joseph Turner > Date: Tue, 5 Sep 2023 12:05:58 -0700 > Subject: [PATCH] Fix typo > > * lisp/subr.el (backward-word-strictly): Thanks, installed on emacs-29. From unknown Sat Aug 09 01:59:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 Oct 2023 11:24:32 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator