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