lisp/org.el: Minor aesthetic clean-up

This commit is contained in:
Bastien 2021-05-15 10:25:40 +02:00
parent 90a9ee1741
commit 8531bb615c
1 changed files with 4 additions and 2 deletions

View File

@ -653,8 +653,10 @@ defined in org-duration.el.")
"Hook that is run after org.el has been loaded."
:group 'org
:type 'hook)
(make-obsolete-variable 'org-load-hook
"use `with-eval-after-load' instead." "Org 9.5")
(make-obsolete-variable
'org-load-hook
"use `with-eval-after-load' instead." "Org 9.5")
(defcustom org-log-buffer-setup-hook nil
"Hook that is run after an Org log buffer is created."