aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/positions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index 0a03e246c01..fdc8bb96ae9 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -210,7 +210,7 @@ by the current buffer's syntax table (@pxref{Syntax Class Table}), but
210modes can override that by setting up a suitable 210modes can override that by setting up a suitable
211@code{find-word-boundary-function-table}, described below. Characters 211@code{find-word-boundary-function-table}, described below. Characters
212that belong to different scripts (as defined by 212that belong to different scripts (as defined by
213@code{char-syntax-table}), also define a word boundary 213@code{char-script-table}), also define a word boundary
214(@pxref{Character Properties}). In any case, this function cannot 214(@pxref{Character Properties}). In any case, this function cannot
215move point past the boundary of the accessible portion of the buffer, 215move point past the boundary of the accessible portion of the buffer,
216or across a field boundary (@pxref{Fields}). The most common case of 216or across a field boundary (@pxref{Fields}). The most common case of