org.el: Add autoload cookie for `org-update-all-dblocks'.

* org.el (org-update-all-dblocks): Autoload function.

TINYCHANGE
This commit is contained in:
Sebastien Vauban 2012-04-18 11:12:00 +02:00 committed by Bastien Guerry
parent 6010e18ce4
commit 0c43ba2e8d
1 changed files with 1 additions and 0 deletions

View File

@ -11074,6 +11074,7 @@ Error if there is no such block at point."
(goto-char pos)
(error "Not in a dynamic block"))))
;;;###autoload
(defun org-update-all-dblocks ()
"Update all dynamic blocks in the buffer.
This function can be used in a hook."