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

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

[elpa] externals/transient 8423bc69e7 199/366: manual: Update outdated f


From: Jonas Bernoulli
Subject: [elpa] externals/transient 8423bc69e7 199/366: manual: Update outdated function signature
Date: Tue, 25 Jan 2022 18:54:40 -0500 (EST)

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

    manual: Update outdated function signature
---
 docs/transient.org  | 6 +++---
 docs/transient.texi | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index bfbed9ab59..2e118d4359 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 (v0.2.0-46-g1b9929ec+1)
+#+SUBTITLE: for version 0.2.0 (v0.2.0-47-gd1caef51+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 (v0.2.0-46-g1b9929ec+1).
+This manual is for Transient version 0.2.0 (v0.2.0-47-gd1caef51+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li>
@@ -1026,7 +1026,7 @@ The preferred way of doing that is to call the 
~transient-args~
 function, which for infix arguments serves about the same purpose as
 ~prefix-arg~ serves for prefix arguments.
 
-- Function: transient-args &optional prefix
+- Function: transient-args prefix
 
   This function returns the value of the transient prefix command
   PREFIX.
diff --git a/docs/transient.texi b/docs/transient.texi
index 6b487f803a..ae8e5637ea 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 (v0.2.0-46-g1b9929ec+1)
+@subtitle for version 0.2.0 (v0.2.0-47-gd1caef51+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 (v0.2.0-46-g1b9929ec+1).
+This manual is for Transient version 0.2.0 (v0.2.0-47-gd1caef51+1).
 
 @quotation
 Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li>
@@ -1275,7 +1275,7 @@ The preferred way of doing that is to call the 
@code{transient-args}
 function, which for infix arguments serves about the same purpose as
 @code{prefix-arg} serves for prefix arguments.
 
-@defun transient-args &optional prefix
+@defun transient-args prefix
 
 This function returns the value of the transient prefix command
 PREFIX@.



reply via email to

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