Fix typo (Bug#65764)

* lisp/subr.el (backward-word-strictly): Fix typo.
This commit is contained in:
Joseph Turner 2023-09-05 12:05:58 -07:00 committed by Stefan Kangas
parent 59c6624408
commit 7427efa033

View file

@ -5845,7 +5845,7 @@ by `find-word-boundary-function-table'. It is also not interactive."
With argument ARG, do this that many times. With argument ARG, do this that many times.
If ARG is omitted or nil, move point backward one word. 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." by `find-word-boundary-function-table'. It is also not interactive."
(let ((find-word-boundary-function-table (let ((find-word-boundary-function-table
(if (char-table-p word-move-empty-char-table) (if (char-table-p word-move-empty-char-table)