From 30fb7a570aa797506c1782bbd6d267c1fe6aba7b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 11 Jul 2010 19:29:11 +0200 Subject: [PATCH] Fix documentation. * lisp/org.el (org-in-regexps-block-p): Fix documentation. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))