diff --git a/lisp/org.el b/lisp/org.el index 3410d9802..f3c3dd6e7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -18235,8 +18235,8 @@ This will also return t if point is on one of the two matches or in an unfinished block. END-RE can be a string or a form returning a string. -An optional third argument bounds the search. It defaults to -previous heading or `point-min'." +An optional third argument bounds the search for START-RE. It +defaults to previous heading or `point-min'." (let ((pos (point)) (limit (or bound (save-excursion (outline-previous-heading))