Explorar o código

Fix typo in code

* lisp/org.el (org-toggle-item): Move parenthesis to correct location.
Carsten Dominik %!s(int64=14) %!d(string=hai) anos
pai
achega
1beda3d3c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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