summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-03 17:15:34 +0100
committerBastien Guerry <bzg@altern.org>2014-01-03 17:15:34 +0100
commit6492b9cde416e76effd0db8a42946372149d52c4 (patch)
tree90c9481de74dbe93c32158a99f0678af21adb899
parentadb6e545c7ebd4914f1c36507c8ceeebc44d6997 (diff)
downloadorg-mode-6492b9cde416e76effd0db8a42946372149d52c4.tar.gz
ob-lob.el: Minor custom and docstring fixes
* ob-lob.el (org-babel-lob-files): Fix custom type. (org-babel-lob-ingest): Small docstring fix. Thanks to Glenn Morris for reporting them.
-rw-r--r--lisp/ob-lob.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index d37940a..7d38a88 100644
--- a/lisp/ob-lob.el
+++ b/lisp/ob-lob.el
@@ -40,14 +40,13 @@ files to `org-babel-lob-files'.")
To add files to this list use the `org-babel-lob-ingest' command."
:group 'org-babel
:version "24.1"
- :type 'list)
+ :type '(repeat file))
(defvar org-babel-default-lob-header-args '((:exports . "results"))
"Default header arguments to use when exporting #+lob/call lines.")
(defun org-babel-lob-ingest (&optional file)
- "Add all named source-blocks defined in FILE to
-`org-babel-library-of-babel'."
+ "Add all named source blocks defined in FILE to `org-babel-library-of-babel'."
(interactive "fFile: ")
(let ((lob-ingest-count 0))
(org-babel-map-src-blocks file