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

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

[elpa] externals/transient 79a72db95f 117/366: Fix typos


From: Jonas Bernoulli
Subject: [elpa] externals/transient 79a72db95f 117/366: Fix typos
Date: Tue, 25 Jan 2022 18:54:32 -0500 (EST)

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

    Fix typos
---
 docs/CHANGELOG      |  2 +-
 docs/transient.org  | 28 ++++++++++++++--------------
 docs/transient.texi | 28 ++++++++++++++--------------
 lisp/transient.el   |  6 +++---
 4 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 611ab24b1c..bf7e4f5fa5 100644
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -13,7 +13,7 @@
 
 - Added new commands ~transient-scroll-up~ and ~transient-scroll-down~,
   which scroll the transient window.  ~C-v~ and ~M-v~ (and ~<next>~ and
-  ~<prior>~) are bound to these commands.  These keys were choosen they
+  ~<prior>~) are bound to these commands.  These keys were chosen they
   are bound to scrolling commands in the global map too.  This made
   it necessary to find a new binding for ~transient-show~, which ~C-t~ is
   bound to now.  #17
diff --git a/docs/transient.org b/docs/transient.org
index 1abd204ffe..590aa1cb9a 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.1.0 (v0.1.0-106-g0d9a1b5+1)
+#+SUBTITLE: for version 0.1.0 (v0.1.0-115-gad7f255+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.1.0 (v0.1.0-106-g0d9a1b5+1).
+This manual is for Transient version 0.1.0 (v0.1.0-115-gad7f255+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2019 Jonas Bernoulli <jonas@bernoul.li>
@@ -502,7 +502,7 @@ window, and the key bindings are the same as for 
~scroll-up-command~ and
   transient popup.
 
   While a transient is active the transient popup buffer is not the
-  current buffer, making it necesary to use dedicated commands to act
+  current buffer, making it necessary to use dedicated commands to act
   on that buffer itself.  This is disabled by default.  If this option
   is non-nil, then the following features are available:
 
@@ -1768,19 +1768,19 @@ and also takes external state into account.
                 |    | ^               |       ^     |
                 |    | |               v       |     |
                 |---------------> suffix1 -->--|     |
-                |    | |           ^   |       |     |
-                |    | |           |   v       |     |
+                |    | |            ^  |       |     |
+                |    | |            |  v       |     |
                 |---------------> suffix2 ----{1}------> {exit} --> (c)
-                |    | |           ^   |             |     |
-                |    | |           |   |             |     v
-                |    | |           |   v             |     |
+                |    | |            ^  |             |     |
+                |    | |            |  |             |     v
+                |    | |            |  v             |     |
                 |---------------> suffix3 -------------> {exit} --> (c)
-                |    | |           ^                 |     |
-                | sets |           |                 |     v
-                |    | initalized  maybe             |     |
-                |    | from        used              |     |
-                |    | |           |                 |     |
-                |    | `-- infix --'                 |     |
+                |    | |            ^                |     |
+                | sets |            |                |     v
+                |    | initialized  maybe            |     |
+                |    | from         used             |     |
+                |    | |            |                |     |
+                |    | `-- infix ---'                |     |
                 |    `---> value -----------------------------> persistent
                 |           ^ ^                      |     |    across
                 |           | |                      |     |    invocations -,
diff --git a/docs/transient.texi b/docs/transient.texi
index 4dceb5c282..d61ec31954 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.1.0 (v0.1.0-106-g0d9a1b5+1)
+@subtitle for version 0.1.0 (v0.1.0-115-gad7f255+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.1.0 (v0.1.0-106-g0d9a1b5+1).
+This manual is for Transient version 0.1.0 (v0.1.0-115-gad7f255+1).
 
 @quotation
 Copyright (C) 2018-2019 Jonas Bernoulli <jonas@@bernoul.li>
@@ -680,7 +680,7 @@ This option controls whether navigation commands are 
enabled in the
 transient popup.
 
 While a transient is active the transient popup buffer is not the
-current buffer, making it necesary to use dedicated commands to act
+current buffer, making it necessary to use dedicated commands to act
 on that buffer itself.  This is disabled by default.  If this option
 is non-nil, then the following features are available:
 
@@ -2181,19 +2181,19 @@ and also takes external state into account.
               |    | ^               |       ^     |
               |    | |               v       |     |
               |---------------> suffix1 -->--|     |
-              |    | |           ^   |       |     |
-              |    | |           |   v       |     |
+              |    | |            ^  |       |     |
+              |    | |            |  v       |     |
               |---------------> suffix2 ----@{1@}------> @{exit@} --> (c)
-              |    | |           ^   |             |     |
-              |    | |           |   |             |     v
-              |    | |           |   v             |     |
+              |    | |            ^  |             |     |
+              |    | |            |  |             |     v
+              |    | |            |  v             |     |
               |---------------> suffix3 -------------> @{exit@} --> (c)
-              |    | |           ^                 |     |
-              | sets |           |                 |     v
-              |    | initalized  maybe             |     |
-              |    | from        used              |     |
-              |    | |           |                 |     |
-              |    | `-- infix --'                 |     |
+              |    | |            ^                |     |
+              | sets |            |                |     v
+              |    | initialized  maybe            |     |
+              |    | from         used             |     |
+              |    | |            |                |     |
+              |    | `-- infix ---'                |     |
               |    `---> value -----------------------------> persistent
               |           ^ ^                      |     |    across
               |           | |                      |     |    invocations -,
diff --git a/lisp/transient.el b/lisp/transient.el
index 731fe6a61d..bcb57ddc0e 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -96,7 +96,7 @@
   "Whether navigation commands are enabled in the transient popup.
 
 While a transient is active the transient popup buffer is not the
-current buffer, making it necesary to use dedicated commands to
+current buffer, making it necessary to use dedicated commands to
 act on that buffer itself.  If this non-nil, then the following
 features are available:
 
@@ -1770,7 +1770,7 @@ EDIT may be non-nil."
     (apply #'message arg args))))
 
 (defun transient--emergency-exit ()
-  "Exit the current transient command after an error occured.
+  "Exit the current transient command after an error occurred.
 Beside being used with `condition-case', this function also has
 to be a member of `debugger-mode-hook', else the debugger would
 be unusable and exiting it by pressing \"q\" would fail because
@@ -2247,7 +2247,7 @@ That function must return a string, which is then used as 
the
 prompt.
 
 Otherwise, if the value of either the `argument' or `variable'
-slot of OBJ is a string, then base the prompt on that (prefering
+slot of OBJ is a string, then base the prompt on that (preferring
 the former), appending either \"=\" (if it appears to be a
 command-line option) or \": \".
 



reply via email to

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