Fix typo in code

* lisp/org.el (org-toggle-item): Move parenthesis to correct location.
This commit is contained in:
Carsten Dominik 2011-05-31 13:46:30 +02:00
parent 926b6163f1
commit 1beda3d3c8
1 changed files with 1 additions and 1 deletions

View File

@ -17878,7 +17878,7 @@ argument ARG, change each line in region into an item."
;; Case 3. Normal line with ARG: turn each non-item line into
;; an item.
(arg
(while (< (point end))
(while (< (point) end)
(unless (or (org-on-heading-p) (org-at-item-p))
(if (looking-at "\\([ \t]*\\)\\(\\S-\\)")
(replace-match