浏览代码

library-of-babel: Fix typo

* doc/library-of-babel.org: Replace non-existent with-temp-filebuffer.

TINYCHANGE
Chunyang Xu 7 年之前
父节点
当前提交
a8e13b9ffc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/library-of-babel.org

+ 1 - 1
doc/library-of-babel.org

@@ -73,7 +73,7 @@ Read local or remote file in [[http://www.json.org/][json]] format into emacs-li
   (require 'json)
   (cond
    (file
-    (with-temp-filebuffer file
+    (org-babel-with-temp-filebuffer file
       (goto-char (point-min))
       (json-read)))
    (url