branch: externals-release/org commit 5372790d2867fd354ddb35a622354bbca9103502 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Fix typo in df2b7ba46d * lisp/org-macs.el (org-current-text-column): s/warning/warn/ --- lisp/org-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index a966fcfb94..609b9c052a 100644 --- a/lisp/org-macs.el +++ b/lisp/org-macs.el @@ -1233,7 +1233,7 @@ indentation." `(progn (unless (= 8 tab-width) (org--set-tab-width) - (warning "Tab width in Org files must be 8, not %d. Setting back to 8. Please adjust your `tab-width' settings for Org mode" tab-width)) + (warn "Tab width in Org files must be 8, not %d. Setting back to 8. Please adjust your `tab-width' settings for Org mode" tab-width)) (string-width (buffer-substring-no-properties (line-beginning-position) (point)))))