ソースを参照

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