]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:51 +0000 (14:17 +0800)
commite907e4a341885dcad9625fbf5aad6c488dee1ad1
treea1f164d5dedef937709ebf21945bbc8a55df5b02
parentc5d9d8b84432c7e86ddbe81cecf97329e26358fe
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