]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo (Bug#65764)
authorJoseph Turner <joseph@breatheoutbreathe.in>
Tue, 5 Sep 2023 19:05:58 +0000 (12:05 -0700)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 6 Sep 2023 12:26:10 +0000 (14:26 +0200)
* lisp/subr.el (backward-word-strictly): Fix typo.

lisp/subr.el

index 3ad57eeef2ae30b2728c11e19a5592684a83243a..ce23a6996245c5f943504f77fb72ddc1c6ced737 100644 (file)
@@ -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)