Browse Source

Fix documentation.

* lisp/org.el (org-in-regexps-block-p): Fix documentation.
Nicolas Goaziou 15 years ago
parent
commit
30fb7a570a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org.el

+ 2 - 2
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))