library-of-babel: Fix typo

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

TINYCHANGE
This commit is contained in:
Chunyang Xu 2017-07-13 15:40:13 +08:00 committed by Nicolas Goaziou
parent b3c54c1119
commit a8e13b9ffc

View file

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