]> code.delx.au - gnu-emacs/commit
Improve doc strings of 'forward/backward-word-strictly'
authorEli Zaretskii <eliz@gnu.org>
Wed, 10 Feb 2016 18:30:12 +0000 (20:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 10 Feb 2016 18:30:12 +0000 (20:30 +0200)
commit4ef153b55a543e67dec280accb1b2a3543089060
tree3ad7f0b0e26a5a32902363bca8bd999b4db3b15c
parent3ad05a0dc46093dd6b8958747a0475b8baba954f
Improve doc strings of 'forward/backward-word-strictly'

* lisp/simple.el (backward-word): Refer to 'backward-word-strictly'
in the doc string.  Suggested by Glenn Morris <rgm@gnu.org>.
* lisp/subr.el (forward-word-strictly, backward-word-strictly):
Mention 'subword-mode' in the doc strings.

* src/syntax.c (Fforward_word): Refer to 'forward-word-strictly'
in the doc string.  (Bug#22560)
lisp/simple.el
lisp/subr.el
src/syntax.c