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

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

[elpa] externals/org-transclusion 2a520d8e8c 3/4: doc(make-fom-link): fi


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 2a520d8e8c 3/4: doc(make-fom-link): fix docstring
Date: Sat, 4 Mar 2023 08:58:11 -0500 (EST)

branch: externals/org-transclusion
commit 2a520d8e8ce12fe92685f15aa6807804adedec33
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    doc(make-fom-link): fix docstring
---
 org-transclusion.el | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/org-transclusion.el b/org-transclusion.el
index 6942a8c099..bb8dea01f8 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -347,22 +347,17 @@ automatically transcludes the text content; when it is 
inactive,
 it simply adds the \"#+transclude\" keyword before the link and
 inserts the whole line.
 
+If you pass a `universal-argument', this function reverses this:
+if the mode is active, the keyword gets inserted; if the mode is
+inactive, the transclusion gets added.
+
 You can pass a prefix argument (ARG) with using
 `digit-argument' (e.g. C-1 or C-2; or \\[universal-argument] 3,
 so on) or `universal-argument' (\\[universal-argument]).
 
 If you pass a positive number 1-9 with `digit-argument', this
 function automatically puts the :level property to the resultant
-transclusion keyword.
-
-If `org-transclusion-mode' is active in the current buffer, the
-newly created transclusion automatically gets added. If the mode
-is inactive, the keyword gets simply inserted to the current
-buffer.
-
-If you pass a `universal-argument', this function reverses this:
-if the mode is active, the keyword gets inserted; if the mode is
-inactive, the transclusion gets added."
+transclusion keyword."
 
   (interactive "P")
   (let* ((context (org-element-lineage



reply via email to

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