diff options
| author | Noam Postavsky | 2018-03-13 22:17:43 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2018-03-16 19:51:28 -0400 |
| commit | 10bd3b3af8acfc226acadc654298865cffc19cc9 (patch) | |
| tree | 7ef51cc5e2e671b415984365c9cfa93d374d72da /doc/lispref | |
| parent | 2b8507fbdce8228ccdbcbc31fe545a50330ddd51 (diff) | |
| download | emacs-10bd3b3af8acfc226acadc654298865cffc19cc9.tar.gz emacs-10bd3b3af8acfc226acadc654298865cffc19cc9.zip | |
Improve word motion docs (Bug#30815)
* doc/lispref/positions.texi (Word Motion): Fix reference to
`char-script-table'.
* lisp/simple.el (backward-word):
* src/syntax.c (forward-word): Mention `char-script-table' and add
link to the 'Word Motion' manual section.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/positions.texi | 2 |
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 | |||
| 210 | modes can override that by setting up a suitable | 210 | modes 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 |
| 212 | that belong to different scripts (as defined by | 212 | that 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 |
| 215 | move point past the boundary of the accessible portion of the buffer, | 215 | move point past the boundary of the accessible portion of the buffer, |
| 216 | or across a field boundary (@pxref{Fields}). The most common case of | 216 | or across a field boundary (@pxref{Fields}). The most common case of |