Browse Source

org-macs: Fix typo in `org-with-limited-levels'

* lisp/org-macs.el (org-with-limited-levels): Fix typo.
Nicolas Goaziou 13 năm trước cách đây
mục cha
commit
2da2c923aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-macs.el

+ 1 - 1
lisp/org-macs.el

@@ -376,7 +376,7 @@ point nowhere."
   `(let* ((org-called-with-limited-levels t)
 	  (org-outline-regexp (org-get-limited-outline-regexp))
 	  (outline-regexp org-outline-regexp)
-	  (org-outline-regexp-at-bol (concat "^" org-outline-regexp)))
+	  (org-outline-regexp-bol (concat "^" org-outline-regexp)))
      ,@body))
 (def-edebug-spec org-with-limited-levels (body))