summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-08-19 09:31:19 -0400
committerDan Davison <davison@stats.ox.ac.uk>2010-08-19 09:31:19 -0400
commit7befdf8a00081290ffaee179dbea538a2b5eaea8 (patch)
treed6ad79fe4b5e9f090c489108d23b794f518c2355
parentc11106a3e5516eebd753f1dc507fe5d3f566d4ac (diff)
downloadorg-mode-7befdf8a00081290ffaee179dbea538a2b5eaea8.tar.gz
babel: edit docstring
* ob-lob.el (org-babel-lob-get-info): Edit docstring
-rw-r--r--lisp/ob-lob.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index 8c207f7..33a6989 100644
--- a/lisp/ob-lob.el
+++ b/lisp/ob-lob.el
@@ -79,14 +79,7 @@ if so then run the appropriate source block from the Library."
;;;###autoload
(defun org-babel-lob-get-info ()
- "Return a Library of Babel function call as a string.
-
-This function is analogous to org-babel-get-src-block-name. For
-both functions, after they are called, (match-string 1) matches
-the function name, and (match-string 2) matches the function
-arguments inside the parentheses. I think perhaps these functions
-should be renamed to bring out this similarity, perhaps involving
-the word 'call'."
+ "Return a Library of Babel function call as a string."
(let ((case-fold-search t))
(save-excursion
(beginning-of-line 1)