From 6492b9cde416e76effd0db8a42946372149d52c4 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 3 Jan 2014 17:15:34 +0100 Subject: [PATCH] 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. --- lisp/ob-lob.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index d37940a18..7d38a88ea 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