Selaa lähdekoodia

Fix code typo

Nicolas Goaziou 14 vuotta sitten
vanhempi
commit
6c2737ddbd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -17815,7 +17815,7 @@ argument ARG, change each line in region into an item."
     (if (org-region-active-p)
 	(setq beg (funcall skip-blanks (region-beginning))
 	      end (copy-marker (region-end)))
-      (setq beg (funcall skip-blank (point-at-bol))
+      (setq beg (funcall skip-blanks (point-at-bol))
 	    end (copy-marker (point-at-eol))))
     ;; Depending on the starting line, choose an action on the text
     ;; between BEG and END.