Fix documentation.

* lisp/org.el (org-in-regexps-block-p): Fix documentation.
This commit is contained in:
Nicolas Goaziou 2010-07-11 19:29:11 +02:00
parent a0ad769d0b
commit 30fb7a570a
1 changed files with 2 additions and 2 deletions

View File

@ -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))