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

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

[elpa] externals/transient 68f31ed34f 104/366: manual: Fix broken export


From: Jonas Bernoulli
Subject: [elpa] externals/transient 68f31ed34f 104/366: manual: Fix broken export rendering by org mistaking `=' for markup
Date: Tue, 25 Jan 2022 18:54:31 -0500 (EST)

branch: externals/transient
commit 68f31ed34f9fd3a2d3c0a36dcd0bee8b7a8957c5
Author: Štěpán Němec <stepnem@gmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Fix broken export rendering by org mistaking `=' for markup
    
    Cf. (info "(org)Escape Character")
---
 docs/transient.org  | 6 +++---
 docs/transient.texi | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 090a17550c..d64a3577d5 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -8,7 +8,7 @@
 #+TEXINFO_DIR_CATEGORY: Emacs
 #+TEXINFO_DIR_TITLE: Transient: (transient).
 #+TEXINFO_DIR_DESC: Transient Commands
-#+SUBTITLE: for version 0.1.0 (v0.1.0-101-ga6ce195+1)
+#+SUBTITLE: for version 0.1.0 (v0.1.0-102-g9fb3f79+1)
 
 #+TEXINFO_DEFFN: t
 #+OPTIONS: H:4 num:4 toc:2
@@ -37,7 +37,7 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 #+TEXINFO: @noindent
-This manual is for Transient version 0.1.0 (v0.1.0-101-ga6ce195+1).
+This manual is for Transient version 0.1.0 (v0.1.0-102-g9fb3f79+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2019 Jonas Bernoulli <jonas@bernoul.li>
@@ -901,7 +901,7 @@ argument that is mandatory in all cases.
   used.
 
   Unless the class is specified explicitly, the appropriate class is
-  guessed based on the long argument.  If the argument ends with "="
+  guessed based on the long argument.  If the argument ends with "=​"
   (e.g. "--format=") then ~transient-option~ is used, otherwise
   ~transient-switch~.
 
diff --git a/docs/transient.texi b/docs/transient.texi
index 94ba706b26..6518c0274a 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title Transient User and Developer Manual
-@subtitle for version 0.1.0 (v0.1.0-101-ga6ce195+1)
+@subtitle for version 0.1.0 (v0.1.0-102-g9fb3f79+1)
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 @noindent
-This manual is for Transient version 0.1.0 (v0.1.0-101-ga6ce195+1).
+This manual is for Transient version 0.1.0 (v0.1.0-102-g9fb3f79+1).
 
 @quotation
 Copyright (C) 2018-2019 Jonas Bernoulli <jonas@@bernoul.li>
@@ -1140,8 +1140,8 @@ Only the long argument is displayed in the popup buffer.  
See
 used.
 
 Unless the class is specified explicitly, the appropriate class is
-guessed based on the long argument.  If the argument ends with "@samp{"
-  (e.g. "--format}") then @code{transient-option} is used, otherwise
+guessed based on the long argument.  If the argument ends with "=​"
+(e.g. "--format=") then @code{transient-option} is used, otherwise
 @code{transient-switch}.
 @end itemize
 



reply via email to

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