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

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

[elpa] externals/transient 2281d95 2/4: manual: Fix recent copy-paste er


From: Jonas Bernoulli
Subject: [elpa] externals/transient 2281d95 2/4: manual: Fix recent copy-paste errors
Date: Mon, 25 Oct 2021 08:49:46 -0400 (EDT)

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

    manual: Fix recent copy-paste errors
---
 docs/transient.org  | 14 ++++----------
 docs/transient.texi | 14 ++++----------
 2 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 4bce64c..f164454 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.3.6 (v0.3.6-13-gb526b9c7+1)
+#+SUBTITLE: for version 0.3.6 (v0.3.6-16-gf5e600d3+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.3.6 (v0.3.6-13-gb526b9c7+1).
+This manual is for Transient version 0.3.6 (v0.3.6-16-gf5e600d3+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2021 Jonas Bernoulli <jonas@bernoul.li>
@@ -523,12 +523,6 @@ window, and the key bindings are the same as for 
~scroll-up-command~ and
   alist of the same form as ALIST.  See [[info:elisp#Choosing Window]]
   for details.
 
-  The value of this option has the form ~(FUNCTION . ALIST)~,
-  where FUNCTION is a function or a list of functions.  Each such
-  function should accept two arguments: a buffer to display and
-  an alist of the same form as ALIST.  See ~display-buffer~ for
-  details.
-
   The default is:
 
   (display-buffer-in-side-window
@@ -537,8 +531,8 @@ window, and the key bindings are the same as for 
~scroll-up-command~ and
     (window-parameters (no-other-window . t)))
 
   This displays the window at the bottom of the selected frame.
-  Another useful FUNCTION is `display-buffer-below-selected', which
-  is what `magit-popup' used by default.  For more alternatives see
+  Another useful FUNCTION is ~display-buffer-below-selected~, which
+  is what ~magit-popup~ used by default.  For more alternatives see
   [[info:elisp#Display Action Functions]] and [[info:elisp#Buffer Display
   Action Alists]].
 
diff --git a/docs/transient.texi b/docs/transient.texi
index 9028a2a..a852cd0 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.3.6 (v0.3.6-13-gb526b9c7+1)
+@subtitle for version 0.3.6 (v0.3.6-16-gf5e600d3+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.3.6 (v0.3.6-13-gb526b9c7+1).
+This manual is for Transient version 0.3.6 (v0.3.6-16-gf5e600d3+1).
 
 @quotation
 Copyright (C) 2018-2021 Jonas Bernoulli <jonas@@bernoul.li>
@@ -714,12 +714,6 @@ function should accept two arguments: a buffer to display 
and an
 alist of the same form as ALIST@.  See @ref{Choosing Window,,,elisp,}
 for details.
 
-The value of this option has the form @code{(FUNCTION . ALIST)},
-where FUNCTION is a function or a list of functions.  Each such
-function should accept two arguments: a buffer to display and
-an alist of the same form as ALIST@.  See @code{display-buffer} for
-details.
-
 The default is:
 
 (display-buffer-in-side-window
@@ -728,8 +722,8 @@ The default is:
   (window-parameters (no-other-window . t)))
 
 This displays the window at the bottom of the selected frame.
-Another useful FUNCTION is `display-buffer-below-selected', which
-is what `magit-popup' used by default.  For more alternatives see
+Another useful FUNCTION is @code{display-buffer-below-selected}, which
+is what @code{magit-popup} used by default.  For more alternatives see
 @ref{Display Action Functions,,,elisp,} and @ref{Buffer Display Action 
Alists,,,elisp,}.
 
 Note that the buffer that was current before the transient buffer



reply via email to

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