浏览代码

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

Bastien Guerry 14 年之前
父节点
当前提交
045214f9d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-special-blocks.el

+ 1 - 1
lisp/org-special-blocks.el

@@ -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."