فهرست منبع

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

* lisp/org-macs.el (org-with-limited-levels): Fix typo.
Nicolas Goaziou 12 سال پیش
والد
کامیت
2da2c923aa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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))