Fix `org-backward-sentence' and `org-forward-sentence'
commit98ec17e204689f415200a2930fc148bf6a4dfe49
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 27 Mar 2015 17:12:46 +0000 (27 18:12 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 29 Mar 2015 12:14:32 +0000 (29 14:14 +0200)
tree37c2d839f763a7c1b037006ff7d40b1d6c078e34
parent79c0aa21ca2657f2ea7272040bce3ff4754bab1b
Fix `org-backward-sentence' and `org-forward-sentence'

* lisp/org.el (org-backward-sentence):
(org-forward-sentence): Properly move at the boundaries of an element.

* testing/lisp/test-org.el (test-org/forward-sentence):
(test-org/backward-sentence): New tests.

Reported-by: Rasmus <rasmus@gmx.us>
<http://permalink.gmane.org/gmane.emacs.orgmode/96377>
lisp/org.el
testing/lisp/test-org.el