summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-10-20 18:15:50 +0200
committerJonas Bernoulli <jonas@bernoul.li>2020-10-20 18:15:50 +0200
commit8423bc69e75605a76ba1326329ba3b4174662916 (patch)
tree05043040f886e53728b82aa890c7f2a7066c1c0a /docs
parentd1caef51923fd53d2cea2f3e2f1f5d61eaf09ac9 (diff)
manual: Update outdated function signature
Diffstat (limited to 'docs')
-rw-r--r--docs/transient.org6
-rw-r--r--docs/transient.texi6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/transient.org b/docs/transient.org
index bfbed9a..2e118d4 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 6b487f8..ae8e563 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@.