]> git.eshelyaron.com Git - emacs.git/commit
Improve word motion docs (Bug#30815)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 14 Mar 2018 02:17:43 +0000 (22:17 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 16 Mar 2018 23:51:28 +0000 (19:51 -0400)
commit10bd3b3af8acfc226acadc654298865cffc19cc9
tree7ef51cc5e2e671b415984365c9cfa93d374d72da
parent2b8507fbdce8228ccdbcbc31fe545a50330ddd51
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.
doc/lispref/positions.texi
lisp/simple.el
src/syntax.c