0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-30 03:27:54 +00:00

babel: edit docstring

* ob-lob.el (org-babel-lob-get-info): Edit docstring
This commit is contained in:
Dan Davison 2010-08-19 09:31:19 -04:00
parent c11106a3e5
commit 7befdf8a00

View file

@ -79,14 +79,7 @@ if so then run the appropriate source block from the Library."
;;;###autoload ;;;###autoload
(defun org-babel-lob-get-info () (defun org-babel-lob-get-info ()
"Return a Library of Babel function call as a string. "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'."
(let ((case-fold-search t)) (let ((case-fold-search t))
(save-excursion (save-excursion
(beginning-of-line 1) (beginning-of-line 1)