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

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

[elpa] externals/transient 629c963e1f 153/366: manual: Fix typo


From: Jonas Bernoulli
Subject: [elpa] externals/transient 629c963e1f 153/366: manual: Fix typo
Date: Tue, 25 Jan 2022 18:54:36 -0500 (EST)

branch: externals/transient
commit 629c963e1f17715b56848a5bbd9017896fa49bdf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Fix typo
---
 docs/transient.org  | 7 ++++---
 docs/transient.texi | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 3f3eeaee25..e34dfec383 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.2.0
+#+SUBTITLE: for version 0.2.0 (v0.2.0-1-gafa0c2f+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.2.0.
+This manual is for Transient version 0.2.0 (v0.2.0-1-gafa0c2f+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li>
@@ -1037,6 +1037,7 @@ function, which for infix arguments serves about the same 
purpose as
 
 ** Transient State
 *** _ :ignore:
+
 Invoking a transient prefix command "activates" the respective
 transient, i.e. it puts a transient keymap into effect, which binds
 the transient's infix and suffix commands.
@@ -1280,7 +1281,7 @@ beginning of the class specification, e.g. ~[:class 
transient-columns
 
   Functions that are called by this function may need to operate in
   the buffer from which the transient was called.  To do so they can
-  temporally make the ~transient--source-buffer~ the current buffer.
+  temporarily make the ~transient--source-buffer~ the current buffer.
 
 ** Prefix Classes
 
diff --git a/docs/transient.texi b/docs/transient.texi
index 44d18da567..c73062a947 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.2.0
+@subtitle for version 0.2.0 (v0.2.0-1-gafa0c2f+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.2.0.
+This manual is for Transient version 0.2.0 (v0.2.0-1-gafa0c2f+1).
 
 @quotation
 Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li>
@@ -1579,7 +1579,7 @@ The contents of that buffer are later inserted into the 
popup buffer.
 
 Functions that are called by this function may need to operate in
 the buffer from which the transient was called.  To do so they can
-temporally make the @code{transient--source-buffer} the current buffer.
+temporarily make the @code{transient--source-buffer} the current buffer.
 @end defun
 
 @node Prefix Classes



reply via email to

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