Explorar o código

library-of-babel: Fix typo

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

TINYCHANGE
Chunyang Xu %!s(int64=7) %!d(string=hai) anos
pai
achega
a8e13b9ffc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
   (require 'json)
   (cond
   (cond
    (file
    (file
-    (with-temp-filebuffer file
+    (org-babel-with-temp-filebuffer file
       (goto-char (point-min))
       (goto-char (point-min))
       (json-read)))
       (json-read)))
    (url
    (url