emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 51bb222260 1/2: ob-tangle: Update docstrings


From: ELPA Syncer
Subject: [elpa] externals/org 51bb222260 1/2: ob-tangle: Update docstrings
Date: Thu, 10 Nov 2022 00:58:07 -0500 (EST)

branch: externals/org
commit 51bb22226097e006415c17fa4885577153795b1b
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    ob-tangle: Update docstrings
    
    * lisp/ob-tangle.el (org-babel-tangle-file):
    * lisp/ob-tangle.el (org-babel-tangle): Clarify return values.
---
 lisp/ob-tangle.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index ad027ccd06..5074880c44 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -198,7 +198,7 @@ export file for all source blocks.
 Optional argument LANG-RE can be used to limit the exported
 source code blocks by languages matching a regular expression.
 
-Return a list whose CAR is the tangled file name."
+Return list of the tangled file names."
   (interactive "fFile to tangle: \nP")
   (let* ((visited (find-buffer-visiting file))
          (buffer (or visited (find-file-noselect file))))
@@ -220,7 +220,7 @@ Return a list whose CAR is the tangled file name."
 (defun org-babel-tangle (&optional arg target-file lang-re)
   "Write code blocks to source-specific files.
 Extract the bodies of all source code blocks from the current
-file into their own source-specific files.
+file into their own source-specific files.  Return the list of files.
 With one universal prefix argument, only tangle the block at point.
 When two universal prefix arguments, only tangle blocks for the
 tangle file of the block at point.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]