branch: externals/transient commit 0695b617cce701449c167a6ec9cb27eccadeec47 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: No longer use dissolvable sections These sections existed because I am not fully happy with how `org-cycle' works, which I should deal with by patching that function or writing a substitute. --- docs/transient.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index f321ef80fb..04aedc739d 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -770,7 +770,6 @@ that is used to invoke that transient. the branch whose variables are being configured. ** Binding Suffix and Infix Commands -*** _ The macro ~transient-define-prefix~ is used to define a transient. This defines the actual transient prefix command (see [[*Defining @@ -1104,7 +1103,6 @@ function, which for infix arguments serves about the same purpose as returned value is a symbol, the transient prefix command. ** Transient State -*** _ Invoking a transient prefix command "activates" the respective transient, i.e. it puts a transient keymap into effect, which binds @@ -1257,7 +1255,6 @@ slot. This is used when the user pressed ~C-z~. * Classes and Methods -** _ Transient uses classes and generic functions to make it possible to define new types of suffix commands that are similar to existing @@ -1433,7 +1430,6 @@ classes will likely get generalized and added to Transient. For now they are very much subject to change and not documented. ** Suffix Methods -*** _ To get information about the methods implementing these generic functions use ~describe-function~. @@ -2146,7 +2142,7 @@ necessary changes. See its doc string for more information. :INDEX: vr :END: -* _ Copying +* Copying :PROPERTIES: :COPYING: t :END: @@ -2177,7 +2173,6 @@ General Public License for more details. # IMPORTANT: Also update ORG_ARGS and ORG_EVAL in the Makefile. # Local Variables: # eval: (require 'ox-texinfo+ nil t) -# org-texinfo+-dissolve-noexport-headlines: t # indent-tabs-mode: nil # org-src-preserve-indentation: nil # End: