branch: externals/transient
commit 6b62e6cd1ba4b8a73ef8b803ef7cd579ef07d6fa
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
manual: Fix pastos and version
---
docs/transient.org | 4 ++--
docs/transient.texi | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/transient.org b/docs/transient.org
index 7698930432..3de17759b7 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -1296,7 +1296,7 @@ function, which for infix arguments serves about the same
purpose as
returned value is a ~transient-prefix~ object, which holds information
associated with the transient prefix command.
-- Variable: transient-active-prefix ::
+- Function: transient-active-prefix ::
This function returns the active transient object. Return ~nil~ if
there is no active transient, if the transient buffer isn't shown,
@@ -1310,7 +1310,7 @@ function, which for infix arguments serves about the same
purpose as
If optional PREFIXES is non-~nil~, it must be a list of prefix command
symbols, in which case the active transient object is only returned
- if it matches one of the PREFIXES."
+ if it matches one of the PREFIXES.
** Transient State
#+cindex: transient state
diff --git a/docs/transient.texi b/docs/transient.texi
index 5ec765351a..02ff00f41c 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.7.4
+@subtitle for version 0.7.5
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive
tutorial,
available at @uref{https://github.com/positron-solutions/transient-showcase}.
@noindent
-This manual is for Transient version 0.7.4.
+This manual is for Transient version 0.7.5.
@insertcopying
@end ifnottex
@@ -1499,7 +1499,7 @@ returned value is a @code{transient-prefix} object, which
holds information
associated with the transient prefix command.
@end defvar
-@defvar transient-active-prefix
+@defun transient-active-prefix
This function returns the active transient object. Return @code{nil} if
there is no active transient, if the transient buffer isn't shown,
and while the active transient is suspended (e.g., while the
@@ -1512,8 +1512,8 @@ code, such as timers and callbacks (this function's main
use-case).
If optional PREFIXES is non-@code{nil}, it must be a list of prefix command
symbols, in which case the active transient object is only returned
-if it matches one of the PREFIXES."
-@end defvar
+if it matches one of the PREFIXES@.
+@end defun
@node Transient State
@section Transient State