From: Joseph Turner Date: Tue, 5 Sep 2023 19:05:58 +0000 (-0700) Subject: Fix typo (Bug#65764) X-Git-Tag: emacs-29.1.90~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7427efa033b344202e4a917a1c22b6a9e927ce74;p=emacs.git Fix typo (Bug#65764) * lisp/subr.el (backward-word-strictly): Fix typo. --- diff --git a/lisp/subr.el b/lisp/subr.el index 3ad57eeef2a..ce23a699624 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -5845,7 +5845,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)