0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-20 05:48:31 +00:00

org-special-blocks.el: mention that backend is dynamically scoped.

This commit is contained in:
Bastien Guerry 2011-02-16 11:40:53 +01:00
parent 4b8d74150f
commit 045214f9d2

View file

@ -45,7 +45,7 @@
by org-special-blocks. These blocks will presumably be
interpreted by other mechanisms.")
(defvar backend)
(defvar backend) ; dynamically scoped
(defun org-special-blocks-make-special-cookies ()
"Adds special cookies when #+begin_foo and #+end_foo tokens are
seen. This is run after a few special cases are taken care of."