projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c6624
)
Fix typo (Bug#65764)
author
Joseph Turner
<joseph@breatheoutbreathe.in>
Tue, 5 Sep 2023 19:05:58 +0000
(12:05 -0700)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 3ad57eeef2ae30b2728c11e19a5592684a83243a..ce23a6996245c5f943504f77fb72ddc1c6ced737 100644
(file)
--- 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 `
for
ward-word', but it is not affected
+This function is like `
back
ward-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)