Quellcode durchsuchen

library-of-babel: Fix typo

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

TINYCHANGE
Chunyang Xu vor 7 Jahren
Ursprung
Commit
a8e13b9ffc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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